public function StaticReflectionProperty::getValue

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php, line 68

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

public function getValue($object = NULL) {
  throw new ReflectionException('Method not implemented');
}