-
Notifications
You must be signed in to change notification settings - Fork 0
SecondTestClass
dimezilla edited this page Aug 27, 2018
·
2 revisions
\DimeZilla\Test\SecondTestClass
file: /SecondTestClass.php
namespace: \DimeZilla\Test
This class does a lot of really awesome things I promise you!
- visibility: protected
- type: static
- default:
Stores the instance
- visibility: public
- type: string
- default: "What up boss?"
Just a simple hey property to say hi.
Gets our static instance
::getInstance( object $something = null, string $name = 'Howard' ): staticdescription: A singleton factory creation
$something
- type: object
- descrption: argument.description
$name
- type: string
- descrption: argument.description
an instance of the class
Echos out our name.
::sayMyName( ): voidDocumentation was generated from source code comments on 2018-08-27 using phpDocumentor and dimezilla/php-doc-markdown