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

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

Protected Properties

Property Type Description
$constructorWasCalled boolean
$crew
$id
$name

Public Methods

Method Description
__construct ( $name )
constructorWasCalled ( )
getCrew ( )
getId ( )
getName ( )
setName ( $name )

Method Details

__construct() public method

public __construct ( $name )

constructorWasCalled() public method

getCrew() public method

public getCrew ( )

getId() public method

public getId ( )

getName() public method

public getName ( )

setName() public method

public setName ( $name )

Property Details

$constructorWasCalled protected property

protected bool $constructorWasCalled
return boolean

$crew protected property

protected $crew

$id protected property

protected $id

$name protected property

protected $name