Arikaim CMS

RepositoryInterface

Repositorydriver interface

Table of Contents

Methods

download()  : bool
Download package
getAccessKey()  : string|null
Get access key for private repo
getLastVersion()  : string|null
Get package last version
getPackageName()  : string
Get package name
getRepositoryName()  : string
Get repository name
getRepositoryUrl()  : string
Get repository url
install()  : bool
Install repository

Methods

download()

Download package

public download([string|null $version = null ]) : bool
Parameters
$version : string|null = null
Return values
bool

getAccessKey()

Get access key for private repo

public getAccessKey() : string|null
Return values
string|null

getLastVersion()

Get package last version

public getLastVersion() : string|null
Return values
string|null

getPackageName()

Get package name

public getPackageName() : string
Return values
string

getRepositoryName()

Get repository name

public getRepositoryName() : string
Return values
string

getRepositoryUrl()

Get repository url

public getRepositoryUrl() : string
Return values
string

install()

Install repository

public install([string|null $version = null ]) : bool
Parameters
$version : string|null = null
Return values
bool

        
On this page

Search results