PHP 클래스 GraphAware\Neo4j\OGM\Tests\Integration\Model\User

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$age
$contributions Contribution[] | GraphAware\Neo4j\OGM\Common\Collection
$currentCompany
$friends User[]
$id
$isActive boolean
$livesIn LivesIn
$login
$lovedBy
$loves
$roles SecurityRole[] | ArrayCollection
$userResources UserResource[] | ArrayCollection

공개 메소드들

메소드 설명
__construct ( $login, $age = null )
addContributionTo ( Repository $repository, $score )
addLovedBy ( User $user )
addLoves ( User $user )
addResource ( Resource $resource, $amount )
addRole ( SecurityRole $securityRole )
getAge ( ) : mixed
getCity ( )
getContributions ( ) : GraphAware\Neo4j\OGM\Common\Collection | Contribution[]
getCurrentCompany ( )
getFriends ( ) : ArrayCollection | User[]
getId ( ) : mixed
getLivesIn ( ) : mixed
getLogin ( ) : mixed
getLovedBy ( ) : mixed
getLoves ( ) : mixed
getRoles ( ) : SecurityRole[]
getUserResources ( ) : ArrayCollection | UserResource[]
isActive ( ) : boolean
removeCity ( City $city )
serialize ( )
setActive ( )
setAge ( $age )
setCity ( City $city, $since = null )
setCurrentCompany ( Company $company )
setInactive ( )
setLivesIn ( LivesIn $livesIn )
unserialize ( $serialized )

메소드 상세

__construct() 공개 메소드

public __construct ( $login, $age = null )

addContributionTo() 공개 메소드

public addContributionTo ( Repository $repository, $score )
$repository Repository

addLovedBy() 공개 메소드

public addLovedBy ( User $user )
$user User

addLoves() 공개 메소드

public addLoves ( User $user )
$user User

addResource() 공개 메소드

public addResource ( Resource $resource, $amount )
$resource Resource

addRole() 공개 메소드

public addRole ( SecurityRole $securityRole )
$securityRole SecurityRole

getAge() 공개 메소드

public getAge ( ) : mixed
리턴 mixed

getCity() 공개 메소드

public getCity ( )

getContributions() 공개 메소드

public getContributions ( ) : GraphAware\Neo4j\OGM\Common\Collection | Contribution[]
리턴 GraphAware\Neo4j\OGM\Common\Collection | Contribution[]

getCurrentCompany() 공개 메소드

public getCurrentCompany ( )

getFriends() 공개 메소드

public getFriends ( ) : ArrayCollection | User[]
리턴 Doctrine\Common\Collections\ArrayCollection | User[]

getId() 공개 메소드

public getId ( ) : mixed
리턴 mixed

getLivesIn() 공개 메소드

public getLivesIn ( ) : mixed
리턴 mixed

getLogin() 공개 메소드

public getLogin ( ) : mixed
리턴 mixed

getLovedBy() 공개 메소드

public getLovedBy ( ) : mixed
리턴 mixed

getLoves() 공개 메소드

public getLoves ( ) : mixed
리턴 mixed

getRoles() 공개 메소드

public getRoles ( ) : SecurityRole[]
리턴 SecurityRole[]

getUserResources() 공개 메소드

public getUserResources ( ) : ArrayCollection | UserResource[]
리턴 Doctrine\Common\Collections\ArrayCollection | UserResource[]

isActive() 공개 메소드

public isActive ( ) : boolean
리턴 boolean

removeCity() 공개 메소드

public removeCity ( City $city )
$city City

serialize() 공개 메소드

또한 보기: Serializable::serialize()
public serialize ( )

setActive() 공개 메소드

public setActive ( )

setAge() 공개 메소드

public setAge ( $age )

setCity() 공개 메소드

public setCity ( City $city, $since = null )
$city City

setCurrentCompany() 공개 메소드

public setCurrentCompany ( Company $company )
$company Company

setInactive() 공개 메소드

public setInactive ( )

setLivesIn() 공개 메소드

public setLivesIn ( LivesIn $livesIn )
$livesIn LivesIn

unserialize() 공개 메소드

또한 보기: Serializable::unserialize()
public unserialize ( $serialized )

프로퍼티 상세

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

protected $age

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

protected Contribution[],GraphAware\Neo4j\OGM\Tests\Integration\Model|Collection,GraphAware\Neo4j\OGM\Common $contributions
리턴 Contribution[] | GraphAware\Neo4j\OGM\Common\Collection

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

protected $currentCompany

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

protected User[],GraphAware\Neo4j\OGM\Tests\Integration\Model $friends
리턴 User[]

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

protected $id

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

protected bool $isActive
리턴 boolean

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

protected LivesIn,GraphAware\Neo4j\OGM\Tests\Integration\Model $livesIn
리턴 LivesIn

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

protected $login

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

protected $lovedBy

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

protected $loves

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

protected SecurityRole[],GraphAware\Neo4j\OGM\Tests\Integration\Model|ArrayCollection,Doctrine\Common\Collections $roles
리턴 SecurityRole[] | ArrayCollection

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

protected UserResource[],GraphAware\Neo4j\OGM\Tests\Integration\Model|ArrayCollection,Doctrine\Common\Collections $userResources
리턴 UserResource[] | ArrayCollection