Exemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param PropertyPathInterface $path The property path to traverse
  */
 public function __construct(PropertyPathInterface $path)
 {
     parent::__construct($path->getElements());
     $this->path = $path;
 }