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
return void
ProcessState::getCurrentClass
predicates |
public | static |
public static function getCurrentClass(): ?ReflectionClass
return ?ReflectionClass
ProcessState::setCurrentClass
predicates |
public | static |
public static function setCurrentClass(
Parameter #0 [ <required> ?ReflectionClass $current_class ]
): void
return void
ProcessState::getCurrentMethod
predicates |
public | static |
public static function getCurrentMethod(): ?ReflectionMethod
return ?ReflectionMethod
ProcessState::setCurrentMethod
predicates |
public | static |
public static function setCurrentMethod(
Parameter #0 [ <required> ?ReflectionMethod $current_method ]
): void
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
return ?ReflectionClassConstant
ProcessState::setCurrentConstant
predicates |
public | static |
public static function setCurrentConstant(
Parameter #0 [ <required> ?ReflectionClassConstant $current_constant ]
): void
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