- Timestamp:
- 09/17/08 13:55:47 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/php/misc/Hermit/src/Hermit/proxy/HermitInterfaceProxy.php
r19344 r19426 15 15 } 16 16 public function request($name, array $params){ 17 if(!$this->commandFactory->has Command($name)){17 if(!$this->commandFactory->has($name)){ 18 18 throw new BadMethodCallException($this->reflector->getName() . '::' . $name); 19 19 } 20 $command = $this->commandFactory->getCommand($name); 20 $pdo = HermitDataSourceManager::get($this->reflector->getName()); 21 $command = $this->commandFactory->create($pdo, $name); 21 22 return $command->execute($pdo, $params); 22 23 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)