Exemplo n.º 1
0
 /**
  * @param CTenant $oTenant
  * @param int $iAllocatedSizeInBytes
  *
  * @return bool
  */
 public function AllocateFileUsage($oTenant, $iAllocatedSizeInBytes)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->AllocateFileUsage($oTenant, $iAllocatedSizeInBytes));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }