예제 #1
0
 /**
  * @param PathElement $pathElement
  */
 public function __construct($pathElement)
 {
     parent::__construct();
     $this->path = array($pathElement);
 }
예제 #2
0
 /**
  * @param mixed $value
  */
 public function __construct($value)
 {
     parent::__construct();
     $this->value = $value;
 }
예제 #3
0
 /**
  * @param string $name
  */
 public function __construct($name)
 {
     parent::__construct();
     $this->name = $name;
 }
예제 #4
0
 public function __construct(Token $token)
 {
     parent::__construct();
     $this->root = $token;
 }