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

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

Protected Properties

Property Type Description
$id
$name

Public Methods

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

Method Details

__construct() public method

public __construct ( $name )

getId() public method

public getId ( )

getName() public method

public getName ( )

setName() public method

public setName ( $name )

Property Details

$id protected property

protected $id

$name protected property

protected $name