コード例 #1
0
ファイル: Model.php プロジェクト: neronen/tsoha-k11p4-atomik
	public function offsetExists($index)
	{
		return $this->_builder->hasField($index) 
			|| $this->_builder->hasReference($index) 
			|| $this->_builder->hasLink($index);
	}