LinkProcessorStrategy.php
isValidTarget(PersistentObject $object)
Check if the given object is a valid link target.
PersistentObject defines the interface of all persistent objects.
Definition: PersistentObject.php:23
wCMF - wemove Content Management Framework Copyright (C) 2005-2020 wemove digital solutions GmbH
Definition: InternalLink.php:11
getObjectUrl(PersistentObject $object, $params=null)
Get the url under which the object should be published.
LinkProcessorStrategy defines the interface for strategies used by LinkProcessor.
Definition: LinkProcessorStrategy.php:21