PHP Trait Jarves\Tests\ContainerHelperTrait

Datei anzeigen Open project: jarves/jarves

Public Methods

Method Description
getACL ( ) : ACL
getAssetCompilerContainer ( ) : Container
getCacheFileSystem ( ) : Jarves\Filesystem\FilesystemInterface Returns a Filesystem interface for the current cache directory.
getCacher ( ) : Cacher
getConditionOperator ( ) : ConditionOperator
getConfigurationOperator ( ) : ConfigurationOperator
getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
getContentRender ( ) : ContentRender
getContentTypes ( ) : ContentTypes
getEventDispatcher ( ) : Symfony\Component\EventDispatcher\EventDispatcherInterface
getFieldTypes ( ) : FieldTypes
getFileSystem ( ) : Jarves\Filesystem\FilesystemInterface Returns a Filesystem interface for the root folder (where your composer.json is placed)
getJarves ( ) : Jarves
getJarvesEventDispatcher ( ) : JarvesEventDispatcher
getKernel ( ) : AppKernel
getLogger ( ) : Symfony\Component\HttpKernel\Log\LoggerInterface
getModelBuilder ( ) : Builder
getNavigation ( ) : Navigation
getObjects ( ) : Objects
getPageResponse ( ) : PageResponse
getPageStack ( ) : PageStack
getRequest ( ) : Request
getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
getRouter ( ) : Router
getStopwatch ( ) : StopwatchHelper
getTokenStorage ( ) : Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
getTranslator ( ) : Translator
getWebFileSystem ( ) : WebFilesystem Returns a Filesystem interface with mount-capability for the /web directory.

Method Details

getACL() public method

public getACL ( ) : ACL
return Jarves\ACL

getAssetCompilerContainer() public method

public getAssetCompilerContainer ( ) : Container
return Jarves\AssetHandler\Container

getCacheFileSystem() public method

Returns a Filesystem interface for the current cache directory.
public getCacheFileSystem ( ) : Jarves\Filesystem\FilesystemInterface
return Jarves\Filesystem\FilesystemInterface

getCacher() public method

public getCacher ( ) : Cacher
return Jarves\Cache\Cacher

getConditionOperator() public method

public getConditionOperator ( ) : ConditionOperator
return Jarves\ConditionOperator

getConfigurationOperator() public method

public getConfigurationOperator ( ) : ConfigurationOperator
return Jarves\Configuration\ConfigurationOperator

getContainer() public method

public getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
return Symfony\Component\DependencyInjection\ContainerInterface

getContentRender() public method

public getContentRender ( ) : ContentRender
return Jarves\ContentRender

getContentTypes() public method

public getContentTypes ( ) : ContentTypes
return Jarves\ContentTypes\ContentTypes

getEventDispatcher() public method

public getEventDispatcher ( ) : Symfony\Component\EventDispatcher\EventDispatcherInterface
return Symfony\Component\EventDispatcher\EventDispatcherInterface

getFieldTypes() public method

public getFieldTypes ( ) : FieldTypes
return Jarves\Admin\FieldTypes\FieldTypes

getFileSystem() public method

Returns a Filesystem interface for the root folder (where your composer.json is placed)
public getFileSystem ( ) : Jarves\Filesystem\FilesystemInterface
return Jarves\Filesystem\FilesystemInterface

getJarves() public method

public getJarves ( ) : Jarves
return Jarves\Jarves

getJarvesEventDispatcher() public method

public getJarvesEventDispatcher ( ) : JarvesEventDispatcher
return Jarves\JarvesEventDispatcher

getKernel() public method

public getKernel ( ) : AppKernel
return AppKernel

getLogger() public method

public getLogger ( ) : Symfony\Component\HttpKernel\Log\LoggerInterface
return Symfony\Component\HttpKernel\Log\LoggerInterface

getModelBuilder() public method

public getModelBuilder ( ) : Builder
return Jarves\ORM\Builder\Builder

getNavigation() public method

public getNavigation ( ) : Navigation
return Jarves\Navigation

getObjects() public method

public getObjects ( ) : Objects
return Jarves\Objects

getPageResponse() public method

public getPageResponse ( ) : PageResponse
return Jarves\PageResponse

getPageStack() public method

public getPageStack ( ) : PageStack
return Jarves\PageStack

getRequest() public method

public getRequest ( ) : Request
return Symfony\Component\HttpFoundation\Request

getRequestStack() public method

public getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
return Symfony\Component\HttpFoundation\RequestStack

getRouter() public method

public getRouter ( ) : Router
return Symfony\Bundle\FrameworkBundle\Routing\Router

getStopwatch() public method

public getStopwatch ( ) : StopwatchHelper
return Jarves\StopwatchHelper

getTokenStorage() public method

public getTokenStorage ( ) : Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
return Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface

getTranslator() public method

public getTranslator ( ) : Translator
return Jarves\Translation\Translator

getWebFileSystem() public method

Returns a Filesystem interface with mount-capability for the /web directory.
public getWebFileSystem ( ) : WebFilesystem
return Jarves\Filesystem\WebFilesystem