메소드 | 설명 | |
---|---|---|
__construct ( array $properties = [], |
||
__debugInfo ( ) | ||
__get ( string $property ) : mixed | Traverse the context tree to get the property value. | |
__toString ( ) | ||
detect ( integer $index ) : |
Create a Context based on the debug_backtrace | |
fullyQualifiedName ( string $class ) : string | Resolve the fully qualified name. | |
getDebugLocation ( ) : string | Export location for debugging. | |
getRootContext ( ) : |
||
is ( string $type ) : boolean | Check if a property is set directly on this context and not its parent context. | |
not ( string $type ) : boolean | Check if a property is NOT set directly on this context and but its parent context. | |
phpdocContent ( ) : string | null | The text contents of the phpdoc comment (excl. tags) | |
phpdocDescription ( ) : string | null | An optional longer piece of text providing more details on the associated element’s function. This is very useful when working with a complex element. | |
phpdocSummary ( ) : string | null | A short piece of text, usually one line, providing the basic function of the associated element. | |
with ( string $property ) : boolean | |
Return the context containing the specified property. |
public __construct ( array $properties = [], |
||
$properties | array | new properties for this context. |
$parent | The parent context |
public fullyQualifiedName ( string $class ) : string | ||
$class | string | The class name |
리턴 | string |
public getDebugLocation ( ) : string | ||
리턴 | string | Example: "file1.php on line 12" |
public phpdocContent ( ) : string | null | ||
리턴 | string | null |
public phpdocDescription ( ) : string | null | ||
리턴 | string | null |
public phpdocSummary ( ) : string | null | ||
리턴 | string | null |