export() публичный статический Метод

public static export ( )
 public function testExportThrowsException()
 {
     $this->setExpectedException(\Exception::class);
     ReflectionProperty::export();
 }
 /**
  * {@inheritDoc}
  */
 public static function export($class, $name, $return = null)
 {
     return BetterReflectionProperty::export(...func_get_args());
 }