| 1 | <?php |
||
| 15 | class SkeletonClass |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Create a new Skeleton Instance |
||
| 19 | */ |
||
| 20 | public function __construct() |
||
| 24 | /** |
||
| 25 | * Friendly welcome |
||
| 26 | * |
||
| 27 | * @param string $phrase Phrase to return |
||
| 28 | * |
||
| 29 | * @return string Returns the phrase passed in |
||
| 30 | */ |
||
| 31 | public function echoPhrase($phrase) |
||
| 35 | } |
||
| 36 |