ParameterBag::count()

int count() Returns the number of parameters. Return Value int The number of parameters

Entry

class Entry Methods __construct($dn, array $attributes = array()) string getDn() Returns the entry's DN. bool hasAttribute($name) Returns whether an attribute exists. null|array getAttribute($name) Returns a specific attribute's value. array getAttributes() Returns the complete list of attributes. setAttribute(string $name, array $value) Sets a value for the given attribute. removeAttribute(string $name) Removes a given attribute. Details

Definition::isAbstract()

bool isAbstract() Whether this definition is abstract, that means it merely serves as a template for other definitions. Return Value bool

ActionsHelper

class ActionsHelper extends Helper ActionsHelper manages action inclusions. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(FragmentHandler $handler) Constructor. string render(string $uri, array $options = array()) Returns the fragment content for a given URI. controller($controller, $attributes = array(), $query = array()) string getName() Returns the canonical name o

File

class File extends SplFileInfo A file in the file system. Methods __construct(string $path, bool $checkPath = true) Constructs a new file from the given path. string|null guessExtension() Returns the extension based on the mime type. string|null getMimeType() Returns the mime type of the file. File move(string $directory, string $name = null) Moves the file to a new location. Details __construct(string $path, bool $checkPath = true)

PropertyPathIterator::isIndex()

bool isIndex() Returns whether the current element in the property path is an array index. Return Value bool

YearTransformer

class YearTransformer extends Transformer Parser and formatter for year format. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular e

AuthenticationEntryPointInterface

interface AuthenticationEntryPointInterface Implement this interface for any classes that will be called to "start" the authentication process (see method for more details). Methods Response start(Request $request, AuthenticationException $authException = null) Returns a response that directs the user to authenticate. Details Response start(Request $request, AuthenticationException $authException = null) Returns a response that directs the user

AbstractProxy

class AbstractProxy AbstractProxy. Methods string getSaveHandlerName() Gets the session.save_handler name. bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. bool isActive() Has a session started? string getId() Gets the session ID. setId(string $id) Sets the session ID. string getName() Gets the sessio

DateValidator

class DateValidator extends ConstraintValidator Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. PATTERN Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator static bool checkDate(int $year, int $month, int $day) Checks whether a date is valid. validate(mixed $value, Constr