PHP 클래스 DMS\Bundle\FilterBundle\Filter\ContainerFilter

상속: extends DMS\Filter\Filters\BaseFilter, implements Symfony\Component\DependencyInjection\ContainerAwareInterface
파일 보기 프로젝트 열기: rdohms/dms-filter-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$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