Bolt\EventListener\AccessControlListener::__construct PHP Метод

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

Constructor.
public __construct ( Bolt\Filesystem\FilesystemInterface $filesystem, Bolt\Session\SessionStorage $sessionStorage, Bolt\Storage\EntityManagerInterface $em )
$filesystem Bolt\Filesystem\FilesystemInterface
$sessionStorage Bolt\Session\SessionStorage
$em Bolt\Storage\EntityManagerInterface
    public function __construct(FilesystemInterface $filesystem, SessionStorage $sessionStorage, EntityManagerInterface $em)
    {
        $this->filesystem = $filesystem;
        $this->sessionStorage = $sessionStorage;
        $this->em = $em;
    }