- Timestamp:
- 10/02/08 01:00:33 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/tx/HermitMandatoryTx.php
r19344 r20417 5 5 */ 6 6 class HermitMandatoryTx extends AbstractHermitTx { 7 public function proceed(HermitProxy $proxy, $name, array $parameters){ 8 if(!$this->hasTransaction()){ 9 throw new LogicException('No transaction'); 10 } 11 return $proxy->request($name, $parameters); 12 } 7 13 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)