GenrbCompiler

class GenrbCompiler implements BundleCompilerInterface Compiles .txt resource bundles to binary .res files. Methods __construct(string $genrb = 'genrb', string $envVars = '') Creates a new compiler based on the "genrb" executable. compile(string $sourcePath, string $targetDir) Compiles a resource bundle at the given source to the given target directory. Details __construct(string $genrb = 'genrb', string $envVars = '') Creates a new compi

Client::setMaxRedirects()

setMaxRedirects(int $maxRedirects) Sets the maximum number of requests that crawler can follow. Parameters int $maxRedirects

Component\BrowserKit

Classes Client Client simulates a browser. Cookie Cookie represents an HTTP cookie. CookieJar CookieJar. History History. Request Request object. Response Response object.

Container

class Container implements ResettableContainerInterface Container is a dependency injection container. It gives access to object instances (services). Services and parameters are simple key/pair stores. Parameter and service keys are case insensitive. A service id can contain lowercased letters, digits, underscores, and dots. Underscores are used to separate words, and dots to group services under namespaces: request mysql_session_storage symfony.mysql_session_storage A service can also be d

Definition::addMethodCall()

Definition addMethodCall(string $method, array $arguments = array()) Adds a method to call after service initialization. Parameters string $method The method name to call array $arguments An array of arguments to pass to the method call Return Value Definition The current instance Exceptions InvalidArgumentException on empty $method param

IntlDateFormatter::getCalendarObject()

object getCalendarObject() Not supported. Returns the formatter's calendar object. Return Value object The calendar's object being used by the formatter Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/intldateformatter.getcalendarobject.php

ExecutionContext deprecated::getPropertyPath()

string getPropertyPath(string $subPath = '') Returns the property path to the value that the validator is currently validating. For example, take the following object graph: (Person)---($address: Address)---($street: string) When the Person instance is passed to the validator, the property path is initially empty. When the $address property of that person is validated, the property path is "address". When the $street property of the related Address instance is validated, the pr

RemoveAbstractDefinitionsPass

class RemoveAbstractDefinitionsPass implements CompilerPassInterface Removes abstract Definitions. Methods process(ContainerBuilder $container) Removes abstract definitions from the ContainerBuilder. Details process(ContainerBuilder $container) Removes abstract definitions from the ContainerBuilder. Parameters ContainerBuilder $container

UserInterface

interface UserInterface Represents the interface that all user classes must implement. This interface is useful because the authentication layer can deal with the object through its lifecycle, using the object to get the encoded password (for checking against a submitted password), assigning roles and so on. Regardless of how your user are loaded or where they come from (a database, configuration, web service, etc), you will have a class that implements this interface. Objects that implement

ProcessPipes::unblock()

unblock() Sets non-blocking mode on pipes.