public function StaticReflectionMethod::isDestructor

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 78

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

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