__construct() public method

Parses the given property path
public __construct ( string $propertyPath )
$propertyPath string
コード例 #1
0
ファイル: RelativePath.php プロジェクト: laubosslink/lab
 /**
  * @param FormInterface $root
  * @param string        $propertyPath
  */
 public function __construct(FormInterface $root, $propertyPath)
 {
     parent::__construct($propertyPath);
     $this->root = $root;
 }