public function LazyLoadableObject::byRefParamMethod in Plug 7
Parameters
mixed $thisIsNotByRef:
&mixed $thisIsByRef:
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObject.php, line 112
Class
- LazyLoadableObject
- Test asset representing a lazy loadable object
Namespace
Doctrine\Tests\Common\ProxyCode
public function byRefParamMethod($thisIsNotByRef, &$thisIsByRef) {
}