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

__construct() public method

Constructor.
public __construct ( callable $factory )
$factory callable Should return SchemaManagerInterface when invoked
    public function __construct(callable $factory)
    {
        $this->factory = $factory;
    }