PropertyPathBuilder::append()

append(PropertyPathInterface|string $path, int $offset, int $length)

Appends a (sub-) path to the current path.

Parameters

PropertyPathInterface|string $path The path to append
int $offset The offset where the appended piece starts in $path.
int $length The length of the appended piece If 0, the full path is appended.
doc_Symfony
2016-10-28 06:28:00
Comments
Leave a Comment

Please login to continue.