opensrs\OMA\GetUserAttributeHistory::validate PHP Method

validate() public static method

public static validate ( $data )
    public static function validate($data)
    {
        if (empty($data['user']) || empty($data['attribute'])) {
            throw new Exception('oSRS Error - User/Attribute required');
        }
        return true;
    }
GetUserAttributeHistory