Prado\Security\IUser::setRoles PHP Method

setRoles() public method

public setRoles ( $value ) : array | string
return array | string list of roles that the user is of. If it is a string, roles are assumed by separated by comma
    public function setRoles($value);