PHP Class Knp\Bundle\KnpBundlesBundle\Entity\Activity

Show file Open project: KnpLabs/KnpBundles Class Usage Examples

Public Methods

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

public __construct ( )

getAuthor() public method

public getAuthor ( ) : null | string
return null | string

getBundle() public method

public getBundle ( ) : null | Bundle
return null | Bundle

getBundleName() public method

public getBundleName ( ) : string
return string

getBundleOwnerName() public method

public getBundleOwnerName ( ) : string
return string

getCreatedAt() public method

public getCreatedAt ( ) : DateTime
return DateTime

getDeveloper() public method

public getDeveloper ( ) : null | Developer
return null | Developer

getId() public method

public getId ( ) : integer
return integer

getMessage() public method

public getMessage ( ) : null | string
return null | string

getState() public method

public getState ( ) : integer
return integer

getType() public method

public getType ( ) : integer
return integer

isEqualTo() public method

public isEqualTo ( Activity $activity ) : boolean
$activity Activity
return boolean

setAuthor() public method

public setAuthor ( string $author )
$author string

setBundle() public method

public setBundle ( Bundle $bundle )
$bundle Bundle

setBundleName() public method

public setBundleName ( string $bundleName )
$bundleName string

setBundleOwnerName() public method

public setBundleOwnerName ( string $bundleOwnerName )
$bundleOwnerName string

setCreatedAt() public method

public setCreatedAt ( DateTime $createdAt )
$createdAt DateTime

setDeveloper() public method

public setDeveloper ( Developer $developer )
$developer Developer

setMessage() public method

public setMessage ( string $message )
$message string

setState() public method

public setState ( integer $state )
$state integer

setType() public method

public setType ( integer $type )
$type integer