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

__construct() public method

Constructor
public __construct ( string $name )
$name string The name of the entity
    public function __construct($name)
    {
        $this->name = $name;
    }