Property | Type | Description | |
---|---|---|---|
$doctrineHelper | WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface | ||
$filesystem | Symfony\Component\Filesystem\Filesystem |
Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
appendConfigurationFromMetadata ( Doctrine\Common\Persistence\Mapping\ClassMetadata $metadata, &$configuration ) | ||
getConfiguration ( ) : array | ||
resolvePath ( ReflectionClass $reflectionClass ) |
Method | Description | |
---|---|---|
parseContent ( string $content ) : array | Parses the Yaml contents |
public __construct ( WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface $doctrineHelper ) | ||
$doctrineHelper | WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface |
protected appendConfigurationFromMetadata ( Doctrine\Common\Persistence\Mapping\ClassMetadata $metadata, &$configuration ) | ||
$metadata | Doctrine\Common\Persistence\Mapping\ClassMetadata |
public isOptional ( ) : boolean | ||
return | boolean | always true |
protected resolvePath ( ReflectionClass $reflectionClass ) | ||
$reflectionClass | ReflectionClass |
protected DoctrineHelperInterface,WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine $doctrineHelper | ||
return | WellCommerce\Bundle\DoctrineBundle\Helper\Doctrine\DoctrineHelperInterface |