PHP Class Networking\InitCmsBundle\EventListener\AdminTrackerListener

Author: sonja brodersen ([email protected])
Afficher le fichier Open project: networking/init-cms-bundle

Protected Properties

Свойство Type Description
$admin Sonata\AdminBundle\Admin\AdminInterface
$adminPool Sonata\AdminBundle\Admin\Pool

Méthodes publiques

Méthode Description
__construct ( Sonata\AdminBundle\Admin\Pool $adminPool )
onKernelRequest ( GetResponseEvent $event )

Méthodes protégées

Méthode Description
updateTrackedInfo ( $session, string $sessionKey, array $trackInfoArray, integer $limit = 5 ) update tracker info in session

Method Details

__construct() public méthode

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

onKernelRequest() public méthode

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

updateTrackedInfo() protected méthode

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

Property Details

$admin protected_oe property

protected AdminInterface,Sonata\AdminBundle\Admin $admin
Résultat Sonata\AdminBundle\Admin\AdminInterface

$adminPool protected_oe property

protected Pool,Sonata\AdminBundle\Admin $adminPool
Résultat Sonata\AdminBundle\Admin\Pool