예제 #1
0
파일: Text.php 프로젝트: bhcosta90/zend
 public function __construct($name, $nullable = false)
 {
     $this->setNullable($nullable);
     parent::__construct($name);
 }