PHP Класс Storm\Drivers\Fluent\Object\Functional\DataBase

Наследование: implements Storm\Drivers\Fluent\Object\Functional\IData
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$BodySource string | null
$BodySourceLines array | null
$Parameters ReflectionParameter[]
$Reflection ReflectionFunctionAbstract
$Source string | null
$SourceLines array | null
$SourceLoader callable
$UsedVariablesMap array

Открытые методы

Метод Описание
GetBodySource ( )
GetBodySourceLines ( )
GetParameters ( ) : ReflectionParameter[]
GetReflection ( )
GetSource ( )
GetSourceLines ( )
GetUsedVariablesMap ( )
__construct ( ReflectionFunctionAbstract $Reflection, callable $SourceLoader )

Приватные методы

Метод Описание
LoadSource ( )

Описание методов

GetBodySource() закрытый публичный Метод

final public GetBodySource ( )

GetBodySourceLines() закрытый публичный Метод

final public GetBodySourceLines ( )

GetParameters() закрытый публичный Метод

final public GetParameters ( ) : ReflectionParameter[]
Результат ReflectionParameter[]

GetReflection() публичный Метод

public GetReflection ( )

GetSource() закрытый публичный Метод

final public GetSource ( )

GetSourceLines() закрытый публичный Метод

final public GetSourceLines ( )

GetUsedVariablesMap() закрытый публичный Метод

final public GetUsedVariablesMap ( )

__construct() публичный Метод

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

Описание свойств

$BodySource защищенное свойство

protected string|null $BodySource
Результат string | null

$BodySourceLines защищенное свойство

protected array|null $BodySourceLines
Результат array | null

$Parameters защищенное свойство

protected ReflectionParameter[] $Parameters
Результат ReflectionParameter[]

$Reflection защищенное свойство

protected ReflectionFunctionAbstract $Reflection
Результат ReflectionFunctionAbstract

$Source защищенное свойство

protected string|null $Source
Результат string | null

$SourceLines защищенное свойство

protected array|null $SourceLines
Результат array | null

$SourceLoader защищенное свойство

protected callable $SourceLoader
Результат callable

$UsedVariablesMap защищенное свойство

protected array $UsedVariablesMap
Результат array