ApcClassLoader

class ApcClassLoader ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3. It expects an object implementing a findFile method to find the file. This allows using it as a wrapper around the other loaders of the component (the ClassLoader for instance) but also around any other autoloaders following this convention (the Composer one for instance). // with a Symfony autoloader use Symfony\Component\ClassLoader\ClassLoader; $loader = new ClassLoader(); $loader->addPrefi

ApcCache deprecated::write()

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

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

ApcCache deprecated::has()

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

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

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

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

AnonymousToken::unserialize()

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

AnonymousToken::serialize()

serialize() {@inheritdoc}