コード例 #1
0
ファイル: Docente.php プロジェクト: secteofilandia/ieducar
 public function __construct(array $options = array())
 {
     $this->_data['docente'] = NULL;
     $this->_data['docenteInep'] = NULL;
     parent::__construct($options);
 }