コード例 #1
0
ファイル: Text.php プロジェクト: bhcosta90/zend
 public function __construct($name, $nullable = false)
 {
     $this->setNullable($nullable);
     parent::__construct($name);
 }