PhpGitHooks\Module\Configuration\Contract\Response\ConfigurationDataResponse::getPrePush PHP Метод

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

public getPrePush ( ) : PrePushResponse
Результат PrePushResponse
    public function getPrePush()
    {
        return $this->prePush;
    }