PHP 클래스 Networking\InitCmsBundle\EventListener\AdminTrackerListener

저자: sonja brodersen ([email protected])
파일 보기 프로젝트 열기: networking/init-cms-bundle

보호된 프로퍼티들

프로퍼티 타입 설명
$admin Sonata\AdminBundle\Admin\AdminInterface
$adminPool Sonata\AdminBundle\Admin\Pool

공개 메소드들

메소드 설명
__construct ( Sonata\AdminBundle\Admin\Pool $adminPool )
onKernelRequest ( GetResponseEvent $event )

보호된 메소드들

메소드 설명
updateTrackedInfo ( $session, string $sessionKey, array $trackInfoArray, integer $limit = 5 ) update tracker info in session

메소드 상세

__construct() 공개 메소드

public __construct ( Sonata\AdminBundle\Admin\Pool $adminPool )
$adminPool Sonata\AdminBundle\Admin\Pool

onKernelRequest() 공개 메소드

public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent

updateTrackedInfo() 보호된 메소드

update tracker info in session
protected updateTrackedInfo ( $session, string $sessionKey, array $trackInfoArray, integer $limit = 5 )
$session
$sessionKey string
$trackInfoArray array
$limit integer

프로퍼티 상세

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

protected AdminInterface,Sonata\AdminBundle\Admin $admin
리턴 Sonata\AdminBundle\Admin\AdminInterface

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

protected Pool,Sonata\AdminBundle\Admin $adminPool
리턴 Sonata\AdminBundle\Admin\Pool