public function StaticReflectionClass::newInstanceArgs

File

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

Class

StaticReflectionClass

Namespace

Doctrine\Common\Reflection

Code

public function newInstanceArgs(array $args = array()) {
  throw new ReflectionException('Method not implemented');
}