HosipLan

Untitled

Jun 9th, 2011
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $container = $configurator->getContainer();
  2.  
  3. $application->onStartup[] = function () use ($container) {
  4.     $session = $container->session;
  5.     /** @var Nette\Http\Session $session */
  6.  
  7.     // ...
  8. };
Advertisement
Add Comment
Please, Sign In to add comment