예제 #1
0
 public static function inc($selector)
 {
     $sel = new jSelectorClass($selector);
     require_once $sel->getPath();
 }
예제 #2
0
 /**
  * __constructor
  * @param jSelectorIface|jSelectorClass $selector the selector of the class
  * @return void
  */
 public function __construct($selector)
 {
     require_once $selector->getPath();
     $this->fromSelector = $selector;
 }