Hour1201Transformer::normalizeHour()

int normalizeHour(int $hour, string $marker = null) Returns a normalized hour value suitable for the hour transformer type. Parameters int $hour The hour value string $marker An optional AM/PM marker Return Value int The normalized hour value

AuditableEntryInterface

interface AuditableEntryInterface implements EntryInterface ACEs can implement this interface if they support auditing capabilities. Methods AclInterface getAcl() The ACL this ACE is associated with. from EntryInterface int getId() The primary key of this ACE from EntryInterface int getMask() The permission mask of this ACE from EntryInterface SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE from EntryInterface string getStrat

OutputFormatterInterface

interface OutputFormatterInterface Formatter interface for console output. Methods setDecorated(bool $decorated) Sets the decorated flag. bool isDecorated() Gets the decorated flag. setStyle(string $name, OutputFormatterStyleInterface $style) Sets a new style. bool hasStyle(string $name) Checks if output formatter has style with specified name. OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. string format(st

PropertyPathBuilder::getPropertyPath()

PropertyPathInterface getPropertyPath() Returns the current property path. Return Value PropertyPathInterface The constructed property path

TransformationRuleInterface

interface TransformationRuleInterface Contains instruction for compiling a resource bundle. Methods string getBundleName() Returns the name of the compiled resource bundle. string[] beforeCompile(CompilationContextInterface $context) Runs instructions to be executed before compiling the sources of the resource bundle. afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle. mixed beforeCreateStu

PreloadedExtension::hasType()

bool hasType(string $name) Returns whether the given type is supported. Parameters string $name The name of the type Return Value bool Whether the type is supported by this extension

Button::offsetUnset()

offsetUnset(mixed $offset) Unsupported method. This method should not be invoked. Parameters mixed $offset Exceptions BadMethodCallException

ProcessBuilder::setOption()

ProcessBuilder setOption(string $name, string $value) Adds a proc_open option. Parameters string $name The option name string $value The option value Return Value ProcessBuilder

ExpressionValidator

class ExpressionValidator 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. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator __construct($propertyAccessor = null, ExpressionLanguage $expressionLanguage = null) validate(mixed $value, Constraint $c

CheckboxType::configureOptions()

configureOptions(OptionsResolver $resolver) Configures the options for this type. Parameters OptionsResolver $resolver The resolver for the options