PHP Class Doctrine\DBAL\Migrations\Tools\Console\Command\UpToDateCommand

Inheritance: extends AbstractCommand
Datei anzeigen Open project: doctrine/migrations

Public Methods

Method Description
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null

Protected Methods

Method Description
configure ( )

Method Details

configure() protected method

protected configure ( )

execute() public method

public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return integer | null