PHP Класс Newscoop\Entity\Plugin

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$installedWith_enum to code mapper for installedWith
$type_enum to code mapper for type

Защищенные свойства (Protected)

Свойство Тип Описание
$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