PsyGit\Command\RemoteRemove::__construct PHP Method

__construct() public method

public __construct ( callable $commandHandler )
$commandHandler callable
    public function __construct(callable $commandHandler)
    {
        $this->commandHandler = $commandHandler;
    }