PHP 클래스 Newscoop\Entity\Plugin

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$installedWith_enum to code mapper for installedWith
$type_enum to code mapper for type

보호된 프로퍼티들

프로퍼티 타입 설명
$author string
$description string
$details string
$enabled boolean
$id integer
$installedAt string
$installedWith integer
$license string
$name string
$type integer
$updatedAt string
$version string

공개 메소드들

메소드 설명
__construct ( )
getAuthor ( ) : string Get author
getDescription ( ) : string Get description
getDetails ( ) : string Get details
getEnabled ( ) : boolean Get enabled
getId ( ) : integer Get id
getInstalledAt ( ) : DateTime Get install date
getInstalledWith ( ) : integer Get installedWith
getLicense ( ) : string Get license
getName ( ) : string Get name
getType ( ) : integer Get type
getUpdatedAt ( ) : DateTime Get update date
getVersion ( ) : string Get version
setAuthor ( string $author ) Set author
setDescription ( string $description ) Set description
setDetails ( string $details ) Set details
setEnabled ( boolean $enabled ) Set enabled
setInstalledAt ( DateTime $installedAt ) Set install date
setInstalledWith ( string $installedWith ) Set installedWith
setLicense ( string $license ) Set license
setName ( string $name ) Set name
setType ( string $type ) Set type
setUpdatedAt ( DateTime $updatedAt ) Set update date
setVersion ( string $version ) Set version

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAuthor() 공개 메소드

Get author
public getAuthor ( ) : string
리턴 string

getDescription() 공개 메소드

Get description
public getDescription ( ) : string
리턴 string

getDetails() 공개 메소드

Get details
public getDetails ( ) : string
리턴 string

getEnabled() 공개 메소드

Get enabled
public getEnabled ( ) : boolean
리턴 boolean

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getInstalledAt() 공개 메소드

Get install date
public getInstalledAt ( ) : DateTime
리턴 DateTime

getInstalledWith() 공개 메소드

Get installedWith
public getInstalledWith ( ) : integer
리턴 integer

getLicense() 공개 메소드

Get license
public getLicense ( ) : string
리턴 string

getName() 공개 메소드

Get name
public getName ( ) : string
리턴 string

getType() 공개 메소드

Get type
public getType ( ) : integer
리턴 integer

getUpdatedAt() 공개 메소드

Get update date
public getUpdatedAt ( ) : DateTime
리턴 DateTime

getVersion() 공개 메소드

Get version
public getVersion ( ) : string
리턴 string

setAuthor() 공개 메소드

Set author
public setAuthor ( string $author )
$author string

setDescription() 공개 메소드

Set description
public setDescription ( string $description )
$description string

setDetails() 공개 메소드

Set details
public setDetails ( string $details )
$details string

setEnabled() 공개 메소드

Set enabled
public setEnabled ( boolean $enabled )
$enabled boolean

setInstalledAt() 공개 메소드

Set install date
public setInstalledAt ( DateTime $installedAt )
$installedAt DateTime

setInstalledWith() 공개 메소드

Set installedWith
public setInstalledWith ( string $installedWith )
$installedWith string

setLicense() 공개 메소드

Set license
public setLicense ( string $license )
$license string

setName() 공개 메소드

Set name
public setName ( string $name )
$name string

setType() 공개 메소드

Set type
public setType ( string $type )
$type string

setUpdatedAt() 공개 메소드

Set update date
public setUpdatedAt ( DateTime $updatedAt )
$updatedAt DateTime

setVersion() 공개 메소드

Set version
public setVersion ( string $version )
$version string

프로퍼티 상세

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

protected string $author
리턴 string

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

protected string $description
리턴 string

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

protected string $details
리턴 string

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

protected bool $enabled
리턴 boolean

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

protected int $id
리턴 integer

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

protected string $installedAt
리턴 string

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

protected int $installedWith
리턴 integer

$installedWith_enum 정적으로 공개적으로 프로퍼티

to code mapper for installedWith
static public $installedWith_enum

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

protected string $license
리턴 string

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

protected string $name
리턴 string

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

protected int $type
리턴 integer

$type_enum 정적으로 공개적으로 프로퍼티

to code mapper for type
static public $type_enum

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

protected string $updatedAt
리턴 string

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

protected string $version
리턴 string