ApcuAdapter

class ApcuAdapter extends AbstractAdapter Traits LoggerAwareTrait Methods static createSystemCache($namespace, $defaultLifetime, $version, $directory, LoggerInterface $logger = null) from AbstractAdapter getItem($key) {@inheritdoc} from AbstractAdapter getItems(array $keys = array()) {@inheritdoc} from AbstractAdapter hasItem($key) {@inheritdoc} from AbstractAdapter clear() {@inheritdoc} from AbstractAdapter deleteItem($key) {@inheritdoc} from AbstractAdapter

ApcCache deprecated::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache. Parameters ClassMetadata $metadata A Class Metadata

ApcCache deprecated

class ApcCache implements CacheInterface deprecated since version 2.5, to be removed in 3.0. Use DoctrineCache with \Doctrine\Common\Cache\ApcCache instead. Methods __construct($prefix) has(string $class) Returns whether metadata for the given class exists in the cache. ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. write(ClassMetadata $metadata) Stores a class metadata in the cache. Details

ApcCache deprecated::has()

has(string $class) Returns whether metadata for the given class exists in the cache. Parameters string $class

ApcCache deprecated::read()

ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. Parameters string $class Class Name Return Value ClassMetadata|false A ClassMetadata instance or false on miss

ApacheUrlMatcher deprecated

class ApacheUrlMatcher extends UrlMatcher deprecated since version 2.5, to be removed in 3.0. The performance gains are minimal and it's very hard to replicate the behavior of PHP implementation. ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). Constants REQUIREMENT_MATCH REQUIREMENT_MISMATCH ROUTE_MATCH Methods __construct(RouteCollection $routes, RequestContext $context) Constructor. from UrlMatcher setContext(RequestCon

ApacheRequest

class ApacheRequest extends Request Request represents an HTTP request from an Apache server. Constants HEADER_CLIENT_IP HEADER_CLIENT_HOST HEADER_CLIENT_PROTO HEADER_CLIENT_PORT Properties ParameterBag $attributes Custom parameters from Request ParameterBag $request Request body parameters ($_POST) from Request ParameterBag $query Query string parameters ($_GET) from Request ServerBag $server Server and execution environment parameters ($_SERVER) from Request Fil

AnonymousToken::unserialize()

unserialize($serialized) {@inheritdoc} Parameters $serialized

AnonymousToken::getSecret()

string getSecret() Returns the secret. Return Value string

ApacheMatcherDumper deprecated

class ApacheMatcherDumper extends MatcherDumper deprecated since version 2.5, to be removed in 3.0. The performance gains are minimal and it's very hard to replicate the behavior of PHP implementation. Dumps a set of Apache mod_rewrite rules. Methods __construct(RouteCollection $routes) Constructor. from MatcherDumper RouteCollection getRoutes() Gets the routes to dump. from MatcherDumper string dump(array $options = array()) Dumps a set of Apache mod_rewrite rules. Detai