ProcessState

namespace

bhenk\doc2rst\work

predicates

Cloneable | Instantiable


Methods

ProcessState::getCurrentParser

predicates

public | static

public static function getCurrentParser(): ?PhpParser
return ?PhpParser

ProcessState::setCurrentParser

predicates

public | static

public static function setCurrentParser(
      Parameter #0 [ <required> ?bhenk\doc2rst\work\PhpParser $current_parser ]
 ): void
param ?PhpParser $current_parser
return void

ProcessState::getCurrentClass

predicates

public | static

public static function getCurrentClass(): ?ReflectionClass

ProcessState::setCurrentClass

predicates

public | static

public static function setCurrentClass(
      Parameter #0 [ <required> ?ReflectionClass $current_class ]
 ): void
param ?ReflectionClass $current_class
return void

ProcessState::getCurrentMethod

predicates

public | static

public static function getCurrentMethod(): ?ReflectionMethod

ProcessState::setCurrentMethod

predicates

public | static

public static function setCurrentMethod(
      Parameter #0 [ <required> ?ReflectionMethod $current_method ]
 ): void
param ?ReflectionMethod $current_method
return void

ProcessState::getCurrentMethodStart

predicates

public | static

public static function getCurrentMethodStart(): int|bool
return int | bool

ProcessState::getCurrentMethodEnd

predicates

public | static

public static function getCurrentMethodEnd(): int|bool
return int | bool

ProcessState::getCurrentConstant

predicates

public | static

public static function getCurrentConstant(): ?ReflectionClassConstant

ProcessState::setCurrentConstant

predicates

public | static

public static function setCurrentConstant(
      Parameter #0 [ <required> ?ReflectionClassConstant $current_constant ]
 ): void
param ?ReflectionClassConstant $current_constant
return void

ProcessState::getPointer

predicates

public | static

public static function getPointer(
      Parameter #0 [ <optional> bool $file_prefix = true ]
 ): string
param bool $file_prefix
return string

Fri, 31 Mar 2023 13:22:46 +0000