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