PHP 클래스 Application\Sonata\UserBundle\Entity\User

References : working with object : http://www.doctrine-project.org/projects/orm/2.0/docs/reference/working-with-objects/en
상속: extends Sonata\UserBundle\Entity\BaseUser
파일 보기 프로젝트 열기: jmather/symfony-sonata-distribution 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer

공개 메소드들

메소드 설명
__toString ( )
getId ( ) : integer Get id

메소드 상세

__toString() 공개 메소드

public __toString ( )

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer $id

프로퍼티 상세

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer