InternalLink.php
static makeAnchorLink(ObjectId $oid, ObjectId $anchorOID, $anchorName=null)
Make an internal link to an object.
Definition: InternalLink.php:42
ObjectId is the unique identifier of an object.
Definition: ObjectId.php:28
InternalLink contains static methods for handling internal application links.
Definition: InternalLink.php:22
static parse($oid)
Parse a serialized object id string into an ObjectId instance.
Definition: ObjectId.php:135
const PROTOCOL_STR
Definition: InternalLink.php:24
wCMF - wemove Content Management Framework Copyright (C) 2005-2020 wemove digital solutions GmbH
Definition: InternalLink.php:11
static getAnchorOID($link)
Get the oid of the referenced subobject if any.
Definition: InternalLink.php:78
static getAnchorName($link)
Get the name of the anchor inside the referenced subobject if any.
Definition: InternalLink.php:92