Метод | Описание | |
---|---|---|
getContentNode ( string $webspaceKey ) : PHPCR\NodeInterface | Returns the content node for given webspace. | |
getContentPath ( string $webspaceKey ) : string | Returns the content path for given webspace. | |
getRouteNode ( string $webspaceKey, string $languageCode, string $segment = null ) : PHPCR\NodeInterface | Returns the route node for given webspace. | |
getRoutePath ( string $webspaceKey, string $languageCode, string $segment = null ) : string | Returns the route path for given webspace. | |
getSession ( ) : PHPCR\SessionInterface | Returns a valid session to interact with a phpcr database. | |
getSnippetNode ( ) : PHPCR\NodeInterface | returns the snippet node. | |
getWebspaceNode ( $webspaceKey ) : PHPCR\NodeInterface | Returns the webspace node for given webspace. | |
getWebspacePath ( $webspaceKey ) : string | Returns the webspace path for given webspace. |
public getContentNode ( string $webspaceKey ) : PHPCR\NodeInterface | ||
$webspaceKey | string | |
Результат | PHPCR\NodeInterface |
public getContentPath ( string $webspaceKey ) : string | ||
$webspaceKey | string | |
Результат | string |
public getSession ( ) : PHPCR\SessionInterface | ||
Результат | PHPCR\SessionInterface |
public getSnippetNode ( ) : PHPCR\NodeInterface | ||
Результат | PHPCR\NodeInterface |
public getWebspaceNode ( $webspaceKey ) : PHPCR\NodeInterface | ||
Результат | PHPCR\NodeInterface |
public getWebspacePath ( $webspaceKey ) : string | ||
Результат | string |