Bolt\Storage\Database\Schema\Manager::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Silex\Application $app )
$app Silex\Application
    public function __construct(Application $app)
    {
        $this->app = $app;
        $this->connection = $app['db'];
        $this->config = $app['config'];
    }