class PropertyPath
Contains utility methods for dealing with property paths. For more extensive functionality, use Symfony's PropertyAccess component.
Methods
static string append(string $basePath, string $subPath) Appends a path to a given property path.
Details
static string
append(string $basePath, string $subPath)
Appends a path to a given property path. If the base path is empty, the appended path will be returned unchanged. If the base pat