コード例 #1
0
 /**
  * Constructor
  * @param $contextId int
  */
 function __construct($contextId)
 {
     parent::__construct();
     $this->contextId = $contextId;
 }
コード例 #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->_performPeriodicCleanup();
 }