Puli\Repository\Api\Resource\PuliResource::getChild PHP Метод

getChild() публичный Метод

"." and ".." are supported as paths.
public getChild ( string $relPath ) : Puli\Repository\Api\Resource\PuliResource
$relPath string The relative resource path.
Результат Puli\Repository\Api\Resource\PuliResource The resource with the given path.
    public function getChild($relPath);