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

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

Returns whether the child resource with the given relative path exists.
public hasChild ( string $relPath ) : boolean
$relPath string The relative resource path.
Результат boolean Whether a resource with the given path exists.
    public function hasChild($relPath);