Changeset 823
- Timestamp:
- 08/14/07 20:21:33 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/injection/stubBinding.php
r821 r823 128 128 */ 129 129 public function create() { 130 if (is_string($this->impl)) { 131 $this->impl = new stubReflectionClass($this->impl); 132 } 130 133 $constructor = $this->impl->getConstructor(); 131 134 if ($constructor === null) {
