public function StaticReflectionProperty::setValue

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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