PsyGit\Command\Push::__construct PHP Méthode

__construct() public méthode

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