PHP Class Lemon\RestBundle\Tests\Fixtures\Person

Mostrar archivo 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_oe property

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

$created public_oe property

public $created

$favoriteColor public_oe property

public $favoriteColor

$id public_oe property

public $id

$mother public_oe property

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

$name public_oe property

public $name

$ssn public_oe property

public $ssn

$tags public_oe property

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

$updated public_oe property

public $updated