Eccube\Form\Type\Admin\SecurityType::__construct PHP Метод

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

public __construct ( $app )
    public function __construct($app)
    {
        $this->app = $app;
        $this->config = $app['config'];
    }