FactoryGirl\Tests\Provider\Doctrine\Fixtures\TestEntity\Person::__construct PHP Method

__construct() public method

public __construct ( $name, SpaceShip $spaceShip = null )
$spaceShip SpaceShip
    public function __construct($name, SpaceShip $spaceShip = null)
    {
        $this->name = $name;
        $this->spaceShip = $spaceShip;
    }