메소드 | 설명 | |
---|---|---|
getContent ( $url, boolean $publish = true, boolean $extend = false, $sameUrl = false, $useSubDomain = false ) : mixed | URLに関連するコンテンツ情報を取得する | |
getParams ( $requestUrl, $entryUrl, $plugin, $type, $entityId, $alias ) : array | コンテンツに関連するパラメーター情報を取得する | |
getUrlPattern ( $url ) : array | コンテンツのURLにマッチする候補を取得する | |
match ( array $url ) : mixed | Reverse route | |
parse ( string $url ) : mixed | Parses a string URL into an array. If a plugin key is found, it will be copied to the controller parameter |
메소드 | 설명 | |
---|---|---|
_getContentTypeByParams ( array $params, boolean $useAction = true ) : boolean | string | パラメーターよりコンテンツタイプを取得する |