PHP Класс REBELinBLUE\Deployer\Github\LatestRelease

Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Illuminate\Contracts\Cache\Repository $cache ) LatestRelease constructor.
latest ( ) : false | string Get the latest release from Github.

Описание методов

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

LatestRelease constructor.
public __construct ( Illuminate\Contracts\Cache\Repository $cache )
$cache Illuminate\Contracts\Cache\Repository

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

Get the latest release from Github.
public latest ( ) : false | string
Результат false | string