public function StaticReflectionProperty::isPublic

File

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

Class

StaticReflectionProperty

Namespace

Doctrine\Common\Reflection

Code

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