Alltube\Controller\FrontController::__construct PHP 메소드

__construct() 공개 메소드

FrontController constructor.
public __construct ( Interop\Container\ContainerInterface $container )
$container Interop\Container\ContainerInterface Slim dependency container
    public function __construct(ContainerInterface $container)
    {
        $this->config = Config::getInstance();
        $this->download = new VideoDownload();
        $this->container = $container;
    }