Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand::__construct PHP Method

__construct() public method

public __construct ( Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface $schemaProvider = null )
$schemaProvider Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface
    public function __construct(SchemaProviderInterface $schemaProvider = null)
    {
        $this->schemaProvider = $schemaProvider;
        parent::__construct();
    }