eZ\Publish\Core\Repository\Values\User\RoleDraft::__get PHP Method

__get() public method

Magic getter for routing get calls to innerRole.
public __get ( string $property ) : mixed
$property string The name of the property to retrieve
return mixed
    public function __get($property)
    {
        return $this->innerRole->{$property};
    }