PHP Class FactoryGirl\Tests\Provider\Doctrine\Fixtures\TestEntity\Badge

Show file Open project: breerly/factory-girl-php

Protected Properties

Property Type Description
$id
$label
$owner

Public Methods

Method Description
__construct ( $label, Person $owner )
getId ( )
getLabel ( )
getOwner ( )

Method Details

__construct() public method

public __construct ( $label, Person $owner )
$owner Person

getId() public method

public getId ( )

getLabel() public method

public getLabel ( )

getOwner() public method

public getOwner ( )

Property Details

$id protected property

protected $id

$label protected property

protected $label

$owner protected property

protected $owner