PHP Класс DMS\Bundle\FilterBundle\Filter\ContainerFilter

Наследование: extends DMS\Filter\Filters\BaseFilter, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$container Symfony\Component\DependencyInjection\ContainerInterface

Открытые методы

Метод Описание
apply ( Rule $rule, mixed $value ) : mixed Enforces the desired filtering on the the value returning a filtered value.
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) Sets the Container.

Описание методов

apply() публичный Метод

Enforces the desired filtering on the the value returning a filtered value.
public apply ( Rule $rule, mixed $value ) : mixed
$rule DMS\Filter\Rules\Rule
$value mixed
Результат mixed

setContainer() публичный Метод

Sets the Container.
public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface A ContainerInterface instance or null

Описание свойств

$container защищенное свойство

protected ContainerInterface,Symfony\Component\DependencyInjection $container
Результат Symfony\Component\DependencyInjection\ContainerInterface