DirectoryResource::getResource()

string getResource() Return Value string The file path to the resource

IntlDateFormatter::getErrorCode()

int getErrorCode() Returns formatter's last error code. Always returns the UZEROERROR class constant value. Return Value int The error code from last formatter call See also http://www.php.net/manual/en/intldateformatter.geterrorcode.php

FormFactory

class FormFactory implements FormFactoryInterface Methods __construct(FormRegistryInterface $registry, ResolvedFormTypeFactoryInterface $resolvedTypeFactory) FormInterface create(string $type = 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', mixed $data = null, array $options = array()) Returns a form. FormInterface createNamed(string|int $name, string $type = 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType', mixed $data = null, array $options = array())

Component\Intl\ResourceBundle\Compiler

Classes BundleCompiler Compiles .txt resource bundles to binary .res files. Interfaces BundleCompilerInterface Compiles a resource bundle.

ConsoleTerminateEvent::setExitCode()

setExitCode(int $exitCode) Sets the exit code. Parameters int $exitCode The command exit code

MetadataInterface deprecated::accept()

accept(ValidationVisitorInterface $visitor, mixed $value, string|string[] $group, string $propertyPath) deprecated deprecated since version 2.5, to be removed in 3.0. Implementation of the Visitor design pattern. Calls {@link ValidationVisitorInterface::visit} and then forwards the accept()-call to all property metadata instances. Parameters ValidationVisitorInterface $visitor The visitor implementing the validation logic mixed $value The value to validate string|string[] $group

StructuredBundleReaderInterface

interface StructuredBundleReaderInterface implements BundleReaderInterface Reads individual entries of a resource file. Methods mixed read(string $path, string $locale) Reads a resource bundle. from BundleReaderInterface string[] getLocales(string $path) Reads the available locales of a resource bundle. from BundleReaderInterface mixed readEntry(string $path, string $locale, array $indices, Boolean $fallback = true) Reads an entry from a resource bundle. Details

NodeDefinition

class NodeDefinition implements NodeParentInterface This class provides a fluent interface for defining a node. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. NodeDefinition|$this info(string $info) Sets info message. NodeDefinition|$this example(string|array $example) Sets example configuration. NodeDefinition|$this attribute(string $key, mixed $value

FragmentRendererInterface

interface FragmentRendererInterface Interface implemented by all rendering strategies. Methods Response render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI and returns the Response content. string getName() Gets the name of the strategy. Details Response render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI and returns the Response content. Paramete

TemplateReference

class TemplateReference implements TemplateReferenceInterface Internal representation of a template. Methods __construct($name = null, $engine = null) string __toString() Returns the string representation as shortcut for getLogicalName(). TemplateReferenceInterface set(string $name, string $value) Sets a template parameter. string get(string $name) Gets a template parameter. array all() Gets the template parameters. string getPath() Returns the path to the templ