Newscoop\Service\ISyncResourceService::getSynchronized PHP Method

getSynchronized() public method

The synchronization of a resource means the association of that resource with the database.
public getSynchronized ( Resource $resource ) : Resource
$resource Newscoop\Entity\Resource The Resource to be synchronized, not null, not empty.
return Newscoop\Entity\Resource The synchronized Resource.
    function getSynchronized(Resource $resource);