コード例 #1
0
ファイル: AddressView.php プロジェクト: xphere/elcodi
 /**
  * Get if entity is enabled
  *
  * @return boolean Enabled
  */
 public function isEnabled()
 {
     return $this->address->isEnabled();
 }