PHP Трейт Jarves\Tests\ContainerHelperTrait

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getACL() публичный Метод

public getACL ( ) : ACL
Результат Jarves\ACL

getAssetCompilerContainer() публичный Метод

public getAssetCompilerContainer ( ) : Container
Результат Jarves\AssetHandler\Container

getCacheFileSystem() публичный Метод

Returns a Filesystem interface for the current cache directory.
public getCacheFileSystem ( ) : Jarves\Filesystem\FilesystemInterface
Результат Jarves\Filesystem\FilesystemInterface

getCacher() публичный Метод

public getCacher ( ) : Cacher
Результат Jarves\Cache\Cacher

getConditionOperator() публичный Метод

public getConditionOperator ( ) : ConditionOperator
Результат Jarves\ConditionOperator

getConfigurationOperator() публичный Метод

public getConfigurationOperator ( ) : ConfigurationOperator
Результат Jarves\Configuration\ConfigurationOperator

getContainer() публичный Метод

public getContainer ( ) : Symfony\Component\DependencyInjection\ContainerInterface
Результат Symfony\Component\DependencyInjection\ContainerInterface

getContentRender() публичный Метод

public getContentRender ( ) : ContentRender
Результат Jarves\ContentRender

getContentTypes() публичный Метод

public getContentTypes ( ) : ContentTypes
Результат Jarves\ContentTypes\ContentTypes

getEventDispatcher() публичный Метод

public getEventDispatcher ( ) : Symfony\Component\EventDispatcher\EventDispatcherInterface
Результат Symfony\Component\EventDispatcher\EventDispatcherInterface

getFieldTypes() публичный Метод

public getFieldTypes ( ) : FieldTypes
Результат Jarves\Admin\FieldTypes\FieldTypes

getFileSystem() публичный Метод

Returns a Filesystem interface for the root folder (where your composer.json is placed)
public getFileSystem ( ) : Jarves\Filesystem\FilesystemInterface
Результат Jarves\Filesystem\FilesystemInterface

getJarves() публичный Метод

public getJarves ( ) : Jarves
Результат Jarves\Jarves

getJarvesEventDispatcher() публичный Метод

public getJarvesEventDispatcher ( ) : JarvesEventDispatcher
Результат Jarves\JarvesEventDispatcher

getKernel() публичный Метод

public getKernel ( ) : AppKernel
Результат AppKernel

getLogger() публичный Метод

public getLogger ( ) : Symfony\Component\HttpKernel\Log\LoggerInterface
Результат Symfony\Component\HttpKernel\Log\LoggerInterface

getModelBuilder() публичный Метод

public getModelBuilder ( ) : Builder
Результат Jarves\ORM\Builder\Builder

getNavigation() публичный Метод

public getNavigation ( ) : Navigation
Результат Jarves\Navigation

getObjects() публичный Метод

public getObjects ( ) : Objects
Результат Jarves\Objects

getPageResponse() публичный Метод

public getPageResponse ( ) : PageResponse
Результат Jarves\PageResponse

getPageStack() публичный Метод

public getPageStack ( ) : PageStack
Результат Jarves\PageStack

getRequest() публичный Метод

public getRequest ( ) : Request
Результат Symfony\Component\HttpFoundation\Request

getRequestStack() публичный Метод

public getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
Результат Symfony\Component\HttpFoundation\RequestStack

getRouter() публичный Метод

public getRouter ( ) : Router
Результат Symfony\Bundle\FrameworkBundle\Routing\Router

getStopwatch() публичный Метод

public getStopwatch ( ) : StopwatchHelper
Результат Jarves\StopwatchHelper

getTokenStorage() публичный Метод

public getTokenStorage ( ) : Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
Результат Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface

getTranslator() публичный Метод

public getTranslator ( ) : Translator
Результат Jarves\Translation\Translator

getWebFileSystem() публичный Метод

Returns a Filesystem interface with mount-capability for the /web directory.
public getWebFileSystem ( ) : WebFilesystem
Результат Jarves\Filesystem\WebFilesystem