public function TestObject::getBar

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php, line 193

Class

TestObject

Namespace

Doctrine\Tests\Common\Collections

Code

public function getBar() {
  return $this->bar;
}