Neos\Flow\Tests\Functional\Security\Fixtures\TestEntityA::__construct PHP Method

__construct() public method

Constructor
public __construct ( TestEntityB $relatedEntityB )
$relatedEntityB TestEntityB
    public function __construct($relatedEntityB)
    {
        $this->relatedEntityB = $relatedEntityB;
    }