You are here

public static function StaticReflectionMethod::export in Service Container 7

Same name and namespace in other branches
  1. 7.2 modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php \Doctrine\Common\Reflection\StaticReflectionMethod::export()

File

modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php, line 102

Class

StaticReflectionMethod

Namespace

Doctrine\Common\Reflection

Code

public static function export($class, $name, $return = false) {
  throw new ReflectionException('Method not implemented');
}