Webiny\Component\Security\Role\Role::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $role )
$role string The role name.
    public function __construct($role)
    {
        $this->role = (string) $role;
    }