FileResource

class FileResource implements SelfCheckingResourceInterface, Serializable FileResource represents a resource stored on the filesystem. The resource can be a file or a directory. Methods __construct(string $resource) Constructor. string __toString() Returns a string representation of the Resource. string getResource() bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. serialize() unserialize($serialized)

CutArrayStub

class CutArrayStub extends CutStub Represents a cut array. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub $preservedSubset Methods __construct($value, array $preservedKeys) Details __con

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

NegationNode

class NegationNode extends AbstractNode Represents a ":not()" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(NodeInterface $selector, NodeInterface $subSelector) NodeInterface getSelector() NodeInterface getSubSelector() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node'

FixRadioInputListener deprecated

class FixRadioInputListener implements EventSubscriberInterface deprecated since version 2.7, to be removed in 3.0. Use {@link \Symfony\Component\Form\Extension\Core\DataMapper\RadioListMapper} instead. Takes care of converting the input from a single radio button to an array. Methods __construct(ChoiceListInterface $choiceList, bool $placeholderPresent) Constructor. preSubmit(FormEvent $event) preBind(FormEvent $event) deprecated Alias of {@link preSubmit()}. static ar

CurrencyType

class CurrencyType extends AbstractType Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. from AbstractType buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType configureOptions(OptionsResolver $resolver) Configures the options for this type. string getBlockPrefix() Returns the prefix of

UploadedFile::getClientMimeType()

string|null getClientMimeType() Returns the file mime type. The client mime type is extracted from the request from which the file was uploaded, so it should not be considered as a safe value. For a trusted mime type, use getMimeType() instead (which guesses the mime type based on the file content). Return Value string|null The mime type See also getMimeType()

DateTimeType

class DateTimeType extends AbstractType Constants DEFAULT_DATE_FORMAT DEFAULT_TIME_FORMAT HTML5_FORMAT This is not quite the HTML5 format yet, because ICU lacks the capability of parsing and generating RFC 3339 dates, which are like the below pattern but with a timezone suffix. The timezone suffix is. "Z" for UTC "(-|+)HH:mm" for other timezones (note the colon!) For more information see: http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax http://www.w

NumberFormatter::getPattern()

bool|string getPattern() Not supported. Returns the formatter's pattern. Return Value bool|string The pattern string used by the formatter or false on error Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/numberformatter.getpattern.php

TimeZoneTransformer

class TimeZoneTransformer extends Transformer Parser and formatter for time zone 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