/**
  * @param	ApiLog $apiLog The apiLog object to add.
  */
 protected function doAddApiLog($apiLog)
 {
     $this->collApiLogs[] = $apiLog;
     $apiLog->setRemoteApp($this);
 }