public static function StaticReflectionClass::export

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php, line 69

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

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