execute() публичный Метод

public execute ( string $remote, string $url )
$remote string
$url string
 /**
  * @param CommandInterface|PrePushToolCommand $command
  */
 public function handle(CommandInterface $command)
 {
     $this->prePushTool->execute($command->getRemote(), $command->getUrl());
 }