PHP 클래스 Newscoop\GimmeBundle\EventListener\QuerySubscriber

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$paginationService

공개 메소드들

메소드 설명
__construct ( $paginationService )
getSubscribedEvents ( )
serveQuery ( Knp\Component\Pager\Event\ItemsEvent $event )

메소드 상세

__construct() 공개 메소드

public __construct ( $paginationService )

getSubscribedEvents() 공개 정적인 메소드

public static getSubscribedEvents ( )

serveQuery() 공개 메소드

public serveQuery ( Knp\Component\Pager\Event\ItemsEvent $event )
$event Knp\Component\Pager\Event\ItemsEvent

프로퍼티 상세

$paginationService 보호되어 있는 프로퍼티

protected $paginationService