コード例 #1
0
ファイル: Form.php プロジェクト: neronen/tsoha-k11p4-atomik
	/**
	 * Populates the model with the data from the form
	 */
	public function populateModel()
	{
		if ($this->_model === null) {
			$this->_model = $this->_builder->createInstance();
		}
		$this->_model->populate($this->getData());
	}