コード例 #1
0
ファイル: Tags.php プロジェクト: designs2/attribute_tags
 /**
  * {@inheritDoc}
  */
 protected function checkConfiguration()
 {
     return parent::checkConfiguration() && $this->getDatabase()->tableExists($this->getTagSource());
 }
コード例 #2
0
 /**
  * {@inheritDoc}
  */
 protected function checkConfiguration()
 {
     return parent::checkConfiguration() && null !== $this->getTagMetaModel();
 }