Exemplo n.º 1
0
 /**
  * Gives the count of the number of selectors in this container
  */
 public function selectorCount()
 {
     if ($this->isReference()) {
         return $this->getRef()->selectorCount();
     }
     return parent::selectorCount();
 }