Property | Type | Description | |
---|---|---|---|
$classMethod | |||
$context | string | ||
$contextValue | PhpParser\Node\Stmt | ||
$file | string | ||
$visibility | integer |
Method | Description | |
---|---|---|
__construct ( string $context, string $file, PhpParser\Node\Stmt $contextValue, |
||
getCode ( ) : string | ||
getLine ( ) : integer | ||
getLocation ( ) : string | ||
getReason ( ) : string | ||
getTarget ( ) : string |
Method | Description | |
---|---|---|
getVisibility ( $context ) : string |
public __construct ( string $context, string $file, PhpParser\Node\Stmt $contextValue, |
||
$context | string | |
$file | string | |
$contextValue | PhpParser\Node\Stmt | |
$classMethod |
protected ClassMethod,PhpParser\Node\Stmt $classMethod | ||
return |
protected Stmt,PhpParser\Node $contextValue | ||
return | PhpParser\Node\Stmt |