PHP 클래스 Packagist\Api\Result\Package

상속: extends Packagist\Api\Result\AbstractResult
파일 보기 프로젝트 열기: knplabs/packagist-api 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$abandoned boolean
$description string
$downloads Packagist\Api\Result\Package\Downloads
$favers string
$maintainers Packagist\Api\Result\Package\Maintainer[]
$name string
$repository string
$time string
$type string
$versions Packagist\Api\Result\Package\Version[]

공개 메소드들

메소드 설명
getDescription ( ) : string
getDownloads ( ) : Packagist\Api\Result\Package\Downloads
getFavers ( ) : string
getMaintainers ( ) : Packagist\Api\Result\Package\Maintainer[]
getName ( ) : string
getRepository ( ) : string
getTime ( ) : string
getType ( ) : string
getVersions ( ) : Packagist\Api\Result\Package\Version[]
isAbandoned ( ) : boolean

메소드 상세

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getDownloads() 공개 메소드

public getDownloads ( ) : Packagist\Api\Result\Package\Downloads
리턴 Packagist\Api\Result\Package\Downloads

getFavers() 공개 메소드

public getFavers ( ) : string
리턴 string

getMaintainers() 공개 메소드

public getMaintainers ( ) : Packagist\Api\Result\Package\Maintainer[]
리턴 Packagist\Api\Result\Package\Maintainer[]

getName() 공개 메소드

public getName ( ) : string
리턴 string

getRepository() 공개 메소드

public getRepository ( ) : string
리턴 string

getTime() 공개 메소드

public getTime ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getVersions() 공개 메소드

public getVersions ( ) : Packagist\Api\Result\Package\Version[]
리턴 Packagist\Api\Result\Package\Version[]

isAbandoned() 공개 메소드

public isAbandoned ( ) : boolean
리턴 boolean

프로퍼티 상세

$abandoned 보호되어 있는 프로퍼티

protected bool $abandoned
리턴 boolean

$description 보호되어 있는 프로퍼티

protected string $description
리턴 string

$downloads 보호되어 있는 프로퍼티

protected Downloads,Packagist\Api\Result\Package $downloads
리턴 Packagist\Api\Result\Package\Downloads

$favers 보호되어 있는 프로퍼티

protected string $favers
리턴 string

$maintainers 보호되어 있는 프로퍼티

protected Maintainer[],Packagist\Api\Result\Package $maintainers
리턴 Packagist\Api\Result\Package\Maintainer[]

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$repository 보호되어 있는 프로퍼티

protected string $repository
리턴 string

$time 보호되어 있는 프로퍼티

protected string $time
리턴 string

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string

$versions 보호되어 있는 프로퍼티

protected Version[],Packagist\Api\Result\Package $versions
리턴 Packagist\Api\Result\Package\Version[]