Example #1
0
 /**
  * 
  * @param type $selector
  * @param type $document
  * @return Element|Collect
  */
 public static function query($selector, $document = null)
 {
     $self = new self($selector, $document);
     return $self->getElements();
     // iterator ?
 }