コード例 #1
0
ファイル: eptBook.php プロジェクト: BGCX067/ezpdo2-svn-to-git
 /**
  * Constructor
  * @param string
  */
 public function __construct($title = '')
 {
     parent::__construct();
     $this->title = $title;
 }
コード例 #2
0
 /**
  * Constructor
  * @param string $name author name
  */
 public function __construct($name = '')
 {
     parent::__construct();
     $this->name = $name;
 }