REBELinBLUE\Deployer\Composers\VersionComposer::__construct PHP Метод

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

VersionComposer constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Github\LatestReleaseInterface $release )
$release REBELinBLUE\Deployer\Contracts\Github\LatestReleaseInterface
    public function __construct(LatestReleaseInterface $release)
    {
        $this->release = $release;
    }
VersionComposer