PHP Class Knp\Bundle\KnpBundlesBundle\Entity\Activity

Afficher le fichier Open project: KnpLabs/KnpBundles Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
getAuthor ( ) : null | string
getBundle ( ) : null | Bundle
getBundleName ( ) : string
getBundleOwnerName ( ) : string
getCreatedAt ( ) : DateTime
getDeveloper ( ) : null | Developer
getId ( ) : integer
getMessage ( ) : null | string
getState ( ) : integer
getType ( ) : integer
isEqualTo ( Activity $activity ) : boolean
setAuthor ( string $author )
setBundle ( Bundle $bundle )
setBundleName ( string $bundleName )
setBundleOwnerName ( string $bundleOwnerName )
setCreatedAt ( DateTime $createdAt )
setDeveloper ( Developer $developer )
setMessage ( string $message )
setState ( integer $state )
setType ( integer $type )

Method Details

__construct() public méthode

public __construct ( )

getAuthor() public méthode

public getAuthor ( ) : null | string
Résultat null | string

getBundle() public méthode

public getBundle ( ) : null | Bundle
Résultat null | Bundle

getBundleName() public méthode

public getBundleName ( ) : string
Résultat string

getBundleOwnerName() public méthode

public getBundleOwnerName ( ) : string
Résultat string

getCreatedAt() public méthode

public getCreatedAt ( ) : DateTime
Résultat DateTime

getDeveloper() public méthode

public getDeveloper ( ) : null | Developer
Résultat null | Developer

getId() public méthode

public getId ( ) : integer
Résultat integer

getMessage() public méthode

public getMessage ( ) : null | string
Résultat null | string

getState() public méthode

public getState ( ) : integer
Résultat integer

getType() public méthode

public getType ( ) : integer
Résultat integer

isEqualTo() public méthode

public isEqualTo ( Activity $activity ) : boolean
$activity Activity
Résultat boolean

setAuthor() public méthode

public setAuthor ( string $author )
$author string

setBundle() public méthode

public setBundle ( Bundle $bundle )
$bundle Bundle

setBundleName() public méthode

public setBundleName ( string $bundleName )
$bundleName string

setBundleOwnerName() public méthode

public setBundleOwnerName ( string $bundleOwnerName )
$bundleOwnerName string

setCreatedAt() public méthode

public setCreatedAt ( DateTime $createdAt )
$createdAt DateTime

setDeveloper() public méthode

public setDeveloper ( Developer $developer )
$developer Developer

setMessage() public méthode

public setMessage ( string $message )
$message string

setState() public méthode

public setState ( integer $state )
$state integer

setType() public méthode

public setType ( integer $type )
$type integer