IOException

class IOException extends RuntimeException implements IOExceptionInterface Exception class thrown when a filesystem operation failure happens. Methods __construct($message, $code, Exception $previous = null, $path = null) string getPath() Returns the associated path for the exception. Details __construct($message, $code, Exception $previous = null, $path = null) Parameters $message $code Exception $previous $path

EntryInterface::getMask()

int getMask() The permission mask of this ACE Return Value int

NotImplementedException deprecated

class NotImplementedException extends NotImplementedException deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\Exception\NotImplementedException} instead. Alias of {@link \Symfony\Component\Intl\Exception\NotImplementedException}. Constants INTL_INSTALL_MESSAGE Methods __construct(string $message) Constructor. from NotImplementedException Details __construct(string $message) Constructor. Paramet

TransDefaultDomainNode

class TransDefaultDomainNode extends Twig_Node Methods __construct(Twig_Node_Expression $expr, $lineno, $tag = null) compile(Twig_Compiler $compiler) Compiles the node to PHP. Details __construct(Twig_Node_Expression $expr, $lineno, $tag = null) Parameters Twig_Node_Expression $expr $lineno $tag compile(Twig_Compiler $compiler) Compiles the node to PHP. Parameters Twig_Compiler $compiler A

BaseDateTimeTransformer

class BaseDateTimeTransformer implements DataTransformerInterface Methods __construct(string $inputTimezone = null, string $outputTimezone = null) Constructor. Details __construct(string $inputTimezone = null, string $outputTimezone = null) Constructor. Parameters string $inputTimezone The name of the input timezone string $outputTimezone The name of the output timezone Exceptions UnexpectedTypeException if a timezone is not a string InvalidAr

UnexpectedTypeException

class UnexpectedTypeException extends InvalidArgumentException Thrown when a method argument had an unexpected type. Methods __construct($value, $expectedType) Details __construct($value, $expectedType) Parameters $value $expectedType

AutowireServiceResource

class AutowireServiceResource implements SelfCheckingResourceInterface, Serializable Methods __construct($class, $path, array $autowiringMetadata) bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. string __toString() Returns a string representation of the Resource. serialize() unserialize($serialized) getResource() deprecated Details __construct($class, $path, array $autowi

ArrayToPartsTransformer

class ArrayToPartsTransformer implements DataTransformerInterface Methods __construct(array $partMapping) mixed transform($array) Transforms a value from the original representation to a transformed representation. mixed reverseTransform($array) Transforms a value from the transformed representation to its original representation. Details __construct(array $partMapping) Parameters array $partMapping mixed

HttpUtils::createRequest()

Request createRequest(Request $request, string $path) Creates a Request. Parameters Request $request The current Request instance string $path A path (an absolute path (/foo), an absolute URL (http://...), or a route name (foo)) Return Value Request A Request instance

LateDataCollectorInterface

interface LateDataCollectorInterface LateDataCollectorInterface. Methods lateCollect() Collects data as late as possible. Details lateCollect() Collects data as late as possible.