PHP Class Application\Sonata\UserBundle\Entity\User

References : working with object : http://www.doctrine-project.org/projects/orm/2.0/docs/reference/working-with-objects/en
Inheritance: extends Sonata\UserBundle\Entity\BaseUser
Mostra file Open project: jmather/symfony-sonata-distribution Class Usage Examples

Protected Properties

Property Type Description
$id integer

Public Methods

Method Description
__toString ( )
getId ( ) : integer Get id

Method Details

__toString() public method

public __toString ( )

getId() public method

Get id
public getId ( ) : integer
return integer $id

Property Details

$id protected_oe property

protected int $id
return integer