예제 #1
0
 /**
  * Indicates whether there are any selectors here.
  */
 public function hasSelectors()
 {
     if ($this->isReference()) {
         return $this->getRef()->hasSelectors();
     }
     return parent::hasSelectors();
 }