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

__construct() public method

public __construct ( $name )
    public function __construct($name)
    {
        $this->name = $name;
        $this->crew = new ArrayCollection();
        $this->constructorWasCalled = true;
    }