PropertyAccessor::handleError()

static handleError($type, $message, $file, $line, $context) Parameters $type $message $file $line $context

PropertyMetadataContainerInterface deprecated

interface PropertyMetadataContainerInterface deprecated since version 2.5, to be removed in 3.0. Use {@link Mapping\ClassMetadataInterface} instead. A container for {@link PropertyMetadataInterface} instances. Methods bool hasPropertyMetadata(string $property) Check if there's any metadata attached to the given named property. PropertyMetadataInterface[] getPropertyMetadata(string $property) Returns all metadata instances for the given named property. Details

AbstractAdapter deprecated::setContains()

AdapterInterface setContains(array $contains) Parameters array $contains Return Value AdapterInterface Current instance

ContainerBuilder::isTrackingResources()

bool isTrackingResources() Checks if resources are tracked. Return Value bool true if resources are tracked, false otherwise

ExtractorInterface

interface ExtractorInterface Extracts translation messages from a directory or files to the catalogue. New found messages are injected to the catalogue using the prefix. Methods extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Details extract(string|array $resource, Message

Component

Namespaces Symfony\Component\BrowserKitSymfony\Component\ClassLoaderSymfony\Component\ConfigSymfony\Component\ConsoleSymfony\Component\CssSelectorSymfony\Component\DebugSymfony\Component\DependencyInjectionSymfony\Component\DomCrawlerSymfony\Component\EventDispatcherSymfony\Component\FilesystemSymfony\Component\FinderSymfony\Component\FormSymfony\Component\HttpFoundationSymfony\Component\HttpKernelSymfony\Component\IntlSymfony\Component\LocaleSymfony\Component\OptionsResolverSymfony\Component\

Alias

class Alias Methods __construct(string $id, bool $public = true) bool isPublic() Checks if this DI Alias should be public or not. setPublic(bool $boolean) Sets if this Alias is public. string __toString() Returns the Id of this alias. Details __construct(string $id, bool $public = true) Parameters string $id Alias identifier bool $public If this alias is public bool isPublic() Checks if t

InputDefinition::getArgumentCount()

int getArgumentCount() Returns the number of InputArguments. Return Value int The number of InputArguments

Definition::isAutowired()

bool isAutowired() Is the definition autowired? Return Value bool

HtmlExtension::getName()

string getName() Returns extension name. Return Value string