PHP Class Newscoop\Entity\Plugin

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Свойство Type Description
$installedWith_enum to code mapper for installedWith
$type_enum to code mapper for type

Protected Properties

Свойство Type Description
$author string
$description string
$details string
$enabled boolean
$id integer
$installedAt string
$installedWith integer
$license string
$name string
$type integer
$updatedAt string
$version string

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

public __construct ( )

getAuthor() public méthode

Get author
public getAuthor ( ) : string
Résultat string

getDescription() public méthode

Get description
public getDescription ( ) : string
Résultat string

getDetails() public méthode

Get details
public getDetails ( ) : string
Résultat string

getEnabled() public méthode

Get enabled
public getEnabled ( ) : boolean
Résultat boolean

getId() public méthode

Get id
public getId ( ) : integer
Résultat integer

getInstalledAt() public méthode

Get install date
public getInstalledAt ( ) : DateTime
Résultat DateTime

getInstalledWith() public méthode

Get installedWith
public getInstalledWith ( ) : integer
Résultat integer

getLicense() public méthode

Get license
public getLicense ( ) : string
Résultat string

getName() public méthode

Get name
public getName ( ) : string
Résultat string

getType() public méthode

Get type
public getType ( ) : integer
Résultat integer

getUpdatedAt() public méthode

Get update date
public getUpdatedAt ( ) : DateTime
Résultat DateTime

getVersion() public méthode

Get version
public getVersion ( ) : string
Résultat string

setAuthor() public méthode

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

setDescription() public méthode

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

setDetails() public méthode

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

setEnabled() public méthode

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

setInstalledAt() public méthode

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

setInstalledWith() public méthode

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

setLicense() public méthode

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

setName() public méthode

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

setType() public méthode

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

setUpdatedAt() public méthode

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

setVersion() public méthode

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

Property Details

$author protected_oe property

protected string $author
Résultat string

$description protected_oe property

protected string $description
Résultat string

$details protected_oe property

protected string $details
Résultat string

$enabled protected_oe property

protected bool $enabled
Résultat boolean

$id protected_oe property

protected int $id
Résultat integer

$installedAt protected_oe property

protected string $installedAt
Résultat string

$installedWith protected_oe property

protected int $installedWith
Résultat integer

$installedWith_enum static_oe public_oe property

to code mapper for installedWith
static public $installedWith_enum

$license protected_oe property

protected string $license
Résultat string

$name protected_oe property

protected string $name
Résultat string

$type protected_oe property

protected int $type
Résultat integer

$type_enum static_oe public_oe property

to code mapper for type
static public $type_enum

$updatedAt protected_oe property

protected string $updatedAt
Résultat string

$version protected_oe property

protected string $version
Résultat string