コード例 #1
0
ファイル: class.string.rubyphp.php プロジェクト: rex/RubyPHP
 function __construct($item)
 {
     parent::__construct($item);
     $this->buildString();
     $this->runMethods();
     $this->showObject();
 }
コード例 #2
0
ファイル: class.number.rubyphp.php プロジェクト: rex/RubyPHP
 function __construct($item)
 {
     parent::__construct($item);
     $this->buildNumber();
     $this->runMethods();
 }
コード例 #3
0
ファイル: class.boolean.rubyphp.php プロジェクト: rex/RubyPHP
 function __construct($item)
 {
     parent::__construct($item);
     $this->buildBoolean();
     $this->runMethods();
 }