Doctrine\DBAL\Migrations\Tools\Console\Command\DiffCommand::__construct PHP Метод

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

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();
    }