コード例 #1
0
ファイル: RecordEntity.php プロジェクト: jwdeitch/components
 /**
  * {@inheritdoc}
  */
 protected function container()
 {
     if (empty($this->orm)) {
         return parent::container();
     }
     return $this->orm->container();
 }