-
Notifications
You must be signed in to change notification settings - Fork 0
TestClass
dimezilla edited this page Aug 27, 2018
·
2 revisions
\DimeZilla\Test\TestClass
file: /TestClass.php
namespace: \DimeZilla\Test
This class is a bunch of empty functions just to test our comments.
- visibility: protected
- type: string
- default: ''
Stores our message
Instantiates the class with a message.
::__construct( string $message = '' ): void$message
- type: string
- descrption: argument.description
there's not really anything to return in construct
Echoes out our message
::sayMessage( ): voiddescription: Gets the message from the class and echos is out
- \DimeZilla\Test\yoMamma - is what you should see! Hah!
Returns our message
::getMessage( ): stringTranslates our message to amy language
::translateMessage( string $lang ): string$lang
- type: string
- descrption: argument.description
Documentation was generated from source code comments on 2018-08-27 using phpDocumentor and dimezilla/php-doc-markdown