메소드 |
설명 |
|
_getArticle ( integer $articleNo, MetaLanguage $language ) : MetaArticle |
Get article |
|
_getIssue ( string $name, MetaLanguage $language, MetaPublication $publication ) : MetaIssue |
Get issue |
|
_getLanguage ( string $code, MetaPublication $publication ) : MetaLanguage |
Get language by code |
|
_getPublication ( ) : MetaPublication |
Get publication by site name |
|
_getSection ( string $name, MetaIssue $issue, MetaLanguage $language, MetaPublication $publication ) : MetaSection |
Get section |
|
_getTemplate ( ) : MetaTemplate |
Get template |
|
getURIArticle ( ) : string |
Gets the article URI path. |
|
getURIIssue ( ) : string |
Gets the issue URI path. |
|
getURILanguage ( ) : string |
Gets the language URI path. |
|
getURISection ( ) : string |
Gets the section URI path. |
|
setURL ( Zend_Controller_Request_Abstract $request ) : void | PEAR_Error |
Sets the URL values |
|
setURLFromSymfony ( Symfony\Component\HttpFoundation\Request $request ) |
Sets the URL values |
|