Class providing access to links referenced in eZXml documents by url IDs, node IDs or object IDs.
Source for this file: /Document/src/interfaces/ezxml_link_provider.php
Version: | //autogen// |
Child Class | Description |
---|---|
ezcDocumentEzXmlDummyLinkProvider | Class providing access to links referenced in eZXml documents by url IDs, node IDs or object IDs. |
public abstract string |
fetchUrlById(
$id
, $view
, $show_path
)
Fetch URL by ID |
public abstract string |
fetchUrlByNodeId(
$id
, $view
, $show_path
)
Fetch URL by node ID |
public abstract string |
fetchUrlByObjectId(
$id
, $view
, $show_path
)
Fetch URL by ID |
Fetch URL by ID
Fetch and return URL referenced by url_id property.
Name | Type | Description |
---|---|---|
$id |
string | |
$view |
string | |
$show_path |
string |
Method | Description |
---|---|
ezcDocumentEzXmlDummyLinkProvider::fetchUrlById() |
Fetch URL by ID |
Fetch URL by node ID
Create and return the URL for a referenced node.
Name | Type | Description |
---|---|---|
$id |
string | |
$view |
string | |
$show_path |
string |
Method | Description |
---|---|
ezcDocumentEzXmlDummyLinkProvider::fetchUrlByNodeId() |
Fetch URL by node ID |
Fetch URL by ID
Create and return the URL for a referenced object.
Name | Type | Description |
---|---|---|
$id |
string | |
$view |
string | |
$show_path |
string |
Method | Description |
---|---|
ezcDocumentEzXmlDummyLinkProvider::fetchUrlByObjectId() |
Fetch URL by ID |