public function StaticReflectionProperty::setAccessible

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

public function setAccessible($accessible) {
  throw new ReflectionException('Method not implemented');
}