AbstractFactory
class AbstractFactory implements SecurityFactoryInterface
AbstractFactory — базовый класс для всех классов, наследуемых от AbstractAuthenticationListener.
Методы
| create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) | ||
| addConfiguration(NodeDefinition $node) | ||
| addOption($name, $default = null) |
Подробности
create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId)
Параметры
| ContainerBuilder | $container | |
| $id | ||
| $config | ||
| $userProviderId | ||
| $defaultEntryPointId |
addConfiguration(NodeDefinition $node)
Параметры
| NodeDefinition | $node |
final addOption($name, $default = null)
Параметры
| $name | ||
| $default |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.1/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.html