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

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

Protected Properties

Property Type Description
$id
$name
$spaceShip

Public Methods

Method Description
__construct ( $name, SpaceShip $spaceShip = null )
getId ( )
getName ( )
getSpaceShip ( )

Method Details

__construct() public method

public __construct ( $name, SpaceShip $spaceShip = null )
$spaceShip SpaceShip

getId() public method

public getId ( )

getName() public method

public getName ( )

getSpaceShip() public method

public getSpaceShip ( )

Property Details

$id protected property

protected $id

$name protected property

protected $name

$spaceShip protected property

protected $spaceShip