Prado\Security\IUser::setRoles PHP 메소드

setRoles() 공개 메소드

public setRoles ( $value ) : array | string
리턴 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);