ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilCertificateLPStatusHelper.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2018 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
14 public function lookupStatusChanged(int $objId, int $userId)
15 {
17 }
18
24 public function lookUpStatus($objectId, $userId)
25 {
26 return ilLPStatus::_lookupStatus($objectId, $userId);
27 }
28}
An exception for terminatinating execution or to throw for unit testing.
lookupStatusChanged(int $objId, int $userId)
static _lookupStatus($a_obj_id, $a_user_id, $a_create=true)
Lookup status.
static _lookupStatusChanged($a_obj_id, $a_user_id)
Lookup status changed.
$objId
Definition: xapitoken.php:41