コード例 #1
0
ファイル: ChickenNode.php プロジェクト: harm-less/php-encoder
 function __construct()
 {
     parent::__construct('chicken');
 }
コード例 #2
0
ファイル: SheepNode.php プロジェクト: harm-less/php-encoder
 function __construct()
 {
     parent::__construct('sheep');
 }
コード例 #3
0
ファイル: CatNode.php プロジェクト: harm-less/php-encoder
 function __construct()
 {
     parent::__construct('cat');
 }