PHP Class Newscoop\Entity\Plugin

Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Public Properties

Property Type Description
$installedWith_enum to code mapper for installedWith
$type_enum to code mapper for type

Protected Properties

Property 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

Public Methods

Method 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 method

public __construct ( )

getAuthor() public method

Get author
public getAuthor ( ) : string
return string

getDescription() public method

Get description
public getDescription ( ) : string
return string

getDetails() public method

Get details
public getDetails ( ) : string
return string

getEnabled() public method

Get enabled
public getEnabled ( ) : boolean
return boolean

getId() public method

Get id
public getId ( ) : integer
return integer

getInstalledAt() public method

Get install date
public getInstalledAt ( ) : DateTime
return DateTime

getInstalledWith() public method

Get installedWith
public getInstalledWith ( ) : integer
return integer

getLicense() public method

Get license
public getLicense ( ) : string
return string

getName() public method

Get name
public getName ( ) : string
return string

getType() public method

Get type
public getType ( ) : integer
return integer

getUpdatedAt() public method

Get update date
public getUpdatedAt ( ) : DateTime
return DateTime

getVersion() public method

Get version
public getVersion ( ) : string
return string

setAuthor() public method

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

setDescription() public method

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

setDetails() public method

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

setEnabled() public method

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

setInstalledAt() public method

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

setInstalledWith() public method

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

setLicense() public method

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

setName() public method

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

setType() public method

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

setUpdatedAt() public method

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

setVersion() public method

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

Property Details

$author protected_oe property

protected string $author
return string

$description protected_oe property

protected string $description
return string

$details protected_oe property

protected string $details
return string

$enabled protected_oe property

protected bool $enabled
return boolean

$id protected_oe property

protected int $id
return integer

$installedAt protected_oe property

protected string $installedAt
return string

$installedWith protected_oe property

protected int $installedWith
return integer

$installedWith_enum static_oe public_oe property

to code mapper for installedWith
static public $installedWith_enum

$license protected_oe property

protected string $license
return string

$name protected_oe property

protected string $name
return string

$type protected_oe property

protected int $type
return integer

$type_enum static_oe public_oe property

to code mapper for type
static public $type_enum

$updatedAt protected_oe property

protected string $updatedAt
return string

$version protected_oe property

protected string $version
return string