Newscoop\Service\ISyncResourceService::getSynchronized PHP 메소드

getSynchronized() 공개 메소드

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.
리턴 Newscoop\Entity\Resource The synchronized Resource.
    function getSynchronized(Resource $resource);