Property | Type | Description | |
---|---|---|---|
$classMethodAfter | |||
$classMethodBefore | |||
$context | string | ||
$contextAfter | PhpParser\Node\Stmt | ||
$contextBefore | PhpParser\Node\Stmt | ||
$fileAfter | string | ||
$fileBefore | string | ||
$visibility | integer |
Method | Description | |
---|---|---|
__construct ( string $context, string $fileBefore, PhpParser\Node\Stmt $contextBefore, |
||
getCode ( ) : string | ||
getLine ( ) : integer | ||
getLocation ( ) : string | ||
getReason ( ) : string | ||
getTarget ( ) : string |
Method | Description | |
---|---|---|
getVisibility ( $context ) : string |
public __construct ( string $context, string $fileBefore, PhpParser\Node\Stmt $contextBefore, |
||
$context | string | |
$fileBefore | string | |
$contextBefore | PhpParser\Node\Stmt | |
$classMethodBefore | ||
$fileAfter | string | |
$contextAfter | PhpParser\Node\Stmt | |
$classMethodAfter |
protected ClassMethod,PhpParser\Node\Stmt $classMethodAfter | ||
return |
protected ClassMethod,PhpParser\Node\Stmt $classMethodBefore | ||
return |
protected Stmt,PhpParser\Node $contextAfter | ||
return | PhpParser\Node\Stmt |
protected Stmt,PhpParser\Node $contextBefore | ||
return | PhpParser\Node\Stmt |