Exemplo n.º 1
0
 /**
  * This method will return an empty array when constructor failed.
  *
  * {@inheritdoc}
  */
 public function getIdsMatchingTags($tags = array())
 {
     $result = array();
     if ($this->works) {
         $result = parent::getIdsMatchingTags($tags);
     }
     return $result;
 }