LazyRecord\Command\DataSourceCommand::init PHP Méthode

init() public méthode

public init ( )
    public function init()
    {
        $this->command('add');
        $this->command('remove');
        $this->command('set-default');
    }