public function StaticReflectionProperty::getModifiers

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

public function getModifiers() {
  throw new ReflectionException('Method not implemented');
}