Newscoop\Service\ISyncResourceService::findByPath PHP Метод

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

The synchronization of a resource means the association of that resource with the database.
public findByPath ( string $path ) : Resource
$path string The Resource Path to be synchronized, not null, not empty.
Результат Newscoop\Entity\Resource The synchronized Resource.
    function findByPath($path);