PHP Class Doctrine\Tests\OXM\Mapping\User

Show file Open project: doctrine/oxm

Public Properties

Property Type Description
$comments
$id
$name
$roles

Public Methods

Method Description
doOtherStuffOnPrePersistToo ( )
doStuffOnPostPersist ( )
doStuffOnPreMarshal ( )
doStuffOnPrePersist ( )
getUsername ( )
loadMetadata ( ClassMetadataInfo $metadata )
setUsername ( $name )

Method Details

doOtherStuffOnPrePersistToo() public method

doStuffOnPostPersist() public method

doStuffOnPreMarshal() public method

public doStuffOnPreMarshal ( )

doStuffOnPrePersist() public method

public doStuffOnPrePersist ( )

getUsername() public method

public getUsername ( )

loadMetadata() public static method

public static loadMetadata ( ClassMetadataInfo $metadata )
$metadata Doctrine\OXM\Mapping\ClassMetadataInfo

setUsername() public method

public setUsername ( $name )

Property Details

$comments public property

public $comments

$id public property

public $id

$name public property

public $name

$roles public property

public $roles