@ -863,7 +863,7 @@ class PEAR_Error
* @access public
*
*/
public function __constructor(
public function __construct(
$message = 'unknown error',
$code = null,
$mode = null,
@ -198,9 +198,9 @@ class CLpItem
private $prerequisiteMaxScore;
/**
* Constructor
* CLpItem constructor.
public function __constructor()
public function __construct()
{
$this->maxScore = 100;
}
@ -122,9 +122,9 @@ class CLpItemView
private $maxScore;
* CLpItemView constructor.
$this->status = 'not attempted';
$this->coreExit = 'none';