Document: ezcDocumentEzXmlLinkProvider
[ ]
[ Conversion ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDocumentEzXmlLinkProvider
|
Class providing access to links referenced in eZXml documents by url IDs, node IDs or object IDs. [
source]
Descendents
Method Summary
|
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 |
Methods
fetchUrlById
string fetchUrlById(
string
$id, string
$view, string
$show_path )
Fetch URL by ID
Fetch and return URL referenced by url_id property.
Parameters
| Name |
Type |
Description |
$id |
string |
|
$view |
string |
|
$show_path |
string |
|
Redefined in descendants as
fetchUrlByNodeId
string fetchUrlByNodeId(
string
$id, string
$view, string
$show_path )
Fetch URL by node ID
Create and return the URL for a referenced node.
Parameters
| Name |
Type |
Description |
$id |
string |
|
$view |
string |
|
$show_path |
string |
|
Redefined in descendants as
fetchUrlByObjectId
string fetchUrlByObjectId(
string
$id, string
$view, string
$show_path )
Fetch URL by ID
Create and return the URL for a referenced object.
Parameters
| Name |
Type |
Description |
$id |
string |
|
$view |
string |
|
$show_path |
string |
|
Redefined in descendants as
Last updated: Mon, 30 Mar 2009