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

__construct() public method

public __construct ( $label, Person $owner )
$owner Person
    public function __construct($label, Person $owner)
    {
        $this->label = $label;
        $this->owner = $owner;
    }