메소드 |
설명 |
|
__construct ( Sulu\Component\DocumentManager\DocumentManagerInterface $documentManager, CustomUrlRepository $customUrlRepository, Sulu\Component\DocumentManager\MetadataFactoryInterface $metadataFactory, Sulu\Component\DocumentManager\PathBuilder $pathBuilder, Sulu\Component\HttpCache\HandlerInvalidatePathInterface $cacheHandler ) |
|
|
create ( $webspaceKey, array $data, $locale = null ) |
|
|
delete ( $uuid ) |
|
|
deleteRoute ( $webspaceKey, $uuid ) |
|
|
find ( $uuid, $locale = null ) |
|
|
findByPage ( Sulu\Component\DocumentManager\Behavior\Mapping\UuidBehavior $page ) |
|
|
findByUrl ( $url, $webspaceKey, $locale = null ) |
|
|
findList ( $webspaceKey, $locale ) |
|
|
findRouteByUrl ( $url, $webspaceKey, $locale = null ) |
|
|
findUrls ( $webspaceKey ) |
|
|
invalidate ( CustomUrlDocument $document ) |
|
|
invalidateRoute ( $webspaceKey, RouteDocument $routeDocument ) |
|
|
save ( $uuid, array $data, $locale = null ) |
|
|