Doctrine\DBAL\Migrations\Tools\Console\Helper\MigrationDirectoryHelper::getName PHP Method

getName() public method

Returns the canonical name of this helper.
public getName ( ) : string
return string The canonical name
    public function getName()
    {
        return 'MigrationDirectory';
    }