PHP Класс WellCommerce\Bundle\ApiBundle\CacheWarmer\SerializationCacheWarmer

Автор: Adam Piotrowski ([email protected])
Наследование: extends Symfony\Component\HttpKernel\CacheWarmer\CacheWarmer
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$doctrineHelper WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface
$filesystem Symfony\Component\Filesystem\Filesystem

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

Метод Описание
__construct ( WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface $doctrineHelper ) SerializationCacheWarmer constructor.
isOptional ( ) : boolean Checks whether this warmer is optional or not.
warmUp ( string $cacheDir ) Warms up the cache.

Защищенные методы

Метод Описание
appendConfigurationFromMetadata ( Doctrine\Common\Persistence\Mapping\ClassMetadata $metadata, &$configuration )
getConfiguration ( ) : array
resolvePath ( ReflectionClass $reflectionClass )

Приватные методы

Метод Описание
parseContent ( string $content ) : array Parses the Yaml contents

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

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

SerializationCacheWarmer constructor.
public __construct ( WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface $doctrineHelper )
$doctrineHelper WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface

appendConfigurationFromMetadata() защищенный Метод

protected appendConfigurationFromMetadata ( Doctrine\Common\Persistence\Mapping\ClassMetadata $metadata, &$configuration )
$metadata Doctrine\Common\Persistence\Mapping\ClassMetadata

getConfiguration() защищенный Метод

protected getConfiguration ( ) : array
Результат array

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

Checks whether this warmer is optional or not.
public isOptional ( ) : boolean
Результат boolean always true

resolvePath() защищенный Метод

protected resolvePath ( ReflectionClass $reflectionClass )
$reflectionClass ReflectionClass

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

Warms up the cache.
public warmUp ( string $cacheDir )
$cacheDir string The cache directory

Описание свойств

$doctrineHelper защищенное свойство

protected DoctrineHelperInterface,WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine $doctrineHelper
Результат WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface

$filesystem защищенное свойство

protected Filesystem,Symfony\Component\Filesystem $filesystem
Результат Symfony\Component\Filesystem\Filesystem