You are here

public function LazyLoadableObject::byRefParamMethod in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObject.php \Doctrine\Tests\Common\Proxy\LazyLoadableObject::byRefParamMethod()

Parameters

mixed $thisIsNotByRef:

&mixed $thisIsByRef:

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObject.php, line 112

Class

LazyLoadableObject
Test asset representing a lazy loadable object

Namespace

Doctrine\Tests\Common\Proxy

Code

public function byRefParamMethod($thisIsNotByRef, &$thisIsByRef) {
}