PHP Class Storm\Drivers\Fluent\Object\Functional\DataBase

Inheritance: implements Storm\Drivers\Fluent\Object\Functional\IData
Afficher le fichier Open project: timetoogo/penumbra

Protected Properties

Свойство Type Description
$BodySource string | null
$BodySourceLines array | null
$Parameters ReflectionParameter[]
$Reflection ReflectionFunctionAbstract
$Source string | null
$SourceLines array | null
$SourceLoader callable
$UsedVariablesMap array

Méthodes publiques

Méthode Description
GetBodySource ( )
GetBodySourceLines ( )
GetParameters ( ) : ReflectionParameter[]
GetReflection ( )
GetSource ( )
GetSourceLines ( )
GetUsedVariablesMap ( )
__construct ( ReflectionFunctionAbstract $Reflection, callable $SourceLoader )

Private Methods

Méthode Description
LoadSource ( )

Method Details

GetBodySource() final public méthode

final public GetBodySource ( )

GetBodySourceLines() final public méthode

final public GetBodySourceLines ( )

GetParameters() final public méthode

final public GetParameters ( ) : ReflectionParameter[]
Résultat ReflectionParameter[]

GetReflection() public méthode

public GetReflection ( )

GetSource() final public méthode

final public GetSource ( )

GetSourceLines() final public méthode

final public GetSourceLines ( )

GetUsedVariablesMap() final public méthode

final public GetUsedVariablesMap ( )

__construct() public méthode

public __construct ( ReflectionFunctionAbstract $Reflection, callable $SourceLoader )
$Reflection ReflectionFunctionAbstract
$SourceLoader callable

Property Details

$BodySource protected_oe property

protected string|null $BodySource
Résultat string | null

$BodySourceLines protected_oe property

protected array|null $BodySourceLines
Résultat array | null

$Parameters protected_oe property

protected ReflectionParameter[] $Parameters
Résultat ReflectionParameter[]

$Reflection protected_oe property

protected ReflectionFunctionAbstract $Reflection
Résultat ReflectionFunctionAbstract

$Source protected_oe property

protected string|null $Source
Résultat string | null

$SourceLines protected_oe property

protected array|null $SourceLines
Résultat array | null

$SourceLoader protected_oe property

protected callable $SourceLoader
Résultat callable

$UsedVariablesMap protected_oe property

protected array $UsedVariablesMap
Résultat array