Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
UIntrospection Class Reference

Ubiquity\utils\base$UIntrospection This class is part of Ubiquity. More...

Static Public Member Functions

static getClassCode ($classname)
 
static getFileName ($classname)
 
static getMethodAtLine ($class, $line)
 
static getLoadedViews (\ReflectionMethod $r, $lines)
 
static getMethodCode (\ReflectionMethod $r, $lines)
 
static getMethodEffectiveParameters ($code, $methodName)
 
static implementsMethod ($object, $methodName, $baseDeclaringClass)
 
static closure_dump (\Closure $c)
 
static getChildClasses ($baseClass)
 

Detailed Description

Ubiquity\utils\base$UIntrospection This class is part of Ubiquity.

Author
jcheron myadd.nosp@m.ress.nosp@m.mail@.nosp@m.gmai.nosp@m.l.com
Version
1.0.10

Definition at line 15 of file UIntrospection.php.

Member Function Documentation

◆ closure_dump()

static closure_dump ( \Closure  $c)
static

Definition at line 118 of file UIntrospection.php.

◆ getChildClasses()

static getChildClasses (   $baseClass)
static

Definition at line 168 of file UIntrospection.php.

◆ getClassCode()

static getClassCode (   $classname)
static

Definition at line 17 of file UIntrospection.php.

◆ getFileName()

static getFileName (   $classname)
static

Definition at line 23 of file UIntrospection.php.

◆ getLoadedViews()

static getLoadedViews ( \ReflectionMethod  $r,
  $lines 
)
static

Definition at line 39 of file UIntrospection.php.

◆ getMethodAtLine()

static getMethodAtLine (   $class,
  $line 
)
static

Definition at line 28 of file UIntrospection.php.

◆ getMethodCode()

static getMethodCode ( \ReflectionMethod  $r,
  $lines 
)
static

Definition at line 56 of file UIntrospection.php.

◆ getMethodEffectiveParameters()

static getMethodEffectiveParameters (   $code,
  $methodName 
)
static

Definition at line 70 of file UIntrospection.php.

◆ implementsMethod()

static implementsMethod (   $object,
  $methodName,
  $baseDeclaringClass 
)
static

Definition at line 113 of file UIntrospection.php.


The documentation for this class was generated from the following file: