PHP Class Lemon\RestBundle\Tests\Fixtures\Person

Show file Open project: stanlemon/rest-bundle

Public Properties

Property Type Description
$cars Doctrine\Common\Collections\ArrayCollection | Car[]
$created
$favoriteColor
$id
$mother Person
$name
$ssn
$tags Doctrine\Common\Collections\ArrayCollection | Tag[]
$updated

Public Methods

Method Description
__construct ( )

Method Details

__construct() public method

public __construct ( )

Property Details

$cars public property

public ArrayCollection,Doctrine\Common\Collections|Car[],Lemon\RestBundle\Tests\Fixtures $cars
return Doctrine\Common\Collections\ArrayCollection | Car[]

$created public property

public $created

$favoriteColor public property

public $favoriteColor

$id public property

public $id

$mother public property

public Person,Lemon\RestBundle\Tests\Fixtures $mother
return Person

$name public property

public $name

$ssn public property

public $ssn

$tags public property

public ArrayCollection,Doctrine\Common\Collections|Tag[],Lemon\RestBundle\Tests\Fixtures $tags
return Doctrine\Common\Collections\ArrayCollection | Tag[]

$updated public property

public $updated