API - XOOPS 2.5.11 Beta 2
By monxoops.fr
MethodObject Class Reference
Inheritance diagram for MethodObject:
Collaboration diagram for MethodObject:

Public Member Functions

 __construct (ReflectionFunctionAbstract $method)
 
 setAccessPathFrom (InstanceObject $parent)
 
 getValueShort ()
 
 getModifiers ()
 
 getAccessPath ()
 
 getParams ()
 
 getPhpDocUrl ()
 
- Public Member Functions inherited from BasicObject
 __construct ()
 
 addRepresentation (Representation $rep, $pos=null)
 
 replaceRepresentation (Representation $rep, $pos=null)
 
 removeRepresentation ($rep)
 
 getRepresentation ($name)
 
 getRepresentations ()
 
 clearRepresentations ()
 
 getType ()
 
 getModifiers ()
 
 getAccess ()
 
 getName ()
 
 getOperator ()
 
 getSize ()
 
 getValueShort ()
 
 getAccessPath ()
 
 transplant (BasicObject $old)
 

Data Fields

 $type = 'method'
 
 $filename
 
 $startline
 
 $endline
 
 $parameters = array()
 
 $abstract
 
 $final
 
 $internal
 
 $docstring
 
 $returntype
 
 $return_reference = false
 
 $hints = array('callable', 'method')
 
 $showparams = true
 
- Data Fields inherited from BasicObject
const ACCESS_NONE = null
 
const ACCESS_PUBLIC = 1
 
const ACCESS_PROTECTED = 2
 
const ACCESS_PRIVATE = 3
 
const OPERATOR_NONE = null
 
const OPERATOR_ARRAY = 1
 
const OPERATOR_OBJECT = 2
 
const OPERATOR_STATIC = 3
 
 $name
 
 $type
 
 $static = false
 
 $const = false
 
 $access = self::ACCESS_NONE
 
 $owner_class
 
 $access_path
 
 $operator = self::OPERATOR_NONE
 
 $reference = false
 
 $depth = 0
 
 $size
 
 $value
 
 $hints = array()
 

Additional Inherited Members

- Static Public Member Functions inherited from BasicObject
static blank ($name=null, $access_path=null)
 
static sortByAccess (BasicObject $a, BasicObject $b)
 
static sortByName (BasicObject $a, BasicObject $b)
 
- Protected Attributes inherited from BasicObject
 $representations = array()
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( ReflectionFunctionAbstract  $method)
Here is the call graph for this function:

Member Function Documentation

◆ getAccessPath()

getAccessPath ( )

Reimplemented from BasicObject.

Here is the call graph for this function:

◆ getModifiers()

getModifiers ( )

Reimplemented from BasicObject.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getParams()

getParams ( )
Here is the caller graph for this function:

◆ getPhpDocUrl()

getPhpDocUrl ( )
Here is the caller graph for this function:

◆ getValueShort()

getValueShort ( )

Reimplemented from BasicObject.

Here is the caller graph for this function:

◆ setAccessPathFrom()

setAccessPathFrom ( InstanceObject  $parent)

Field Documentation

◆ $abstract

$abstract

◆ $docstring

$docstring

◆ $endline

$endline

◆ $filename

$filename

◆ $final

$final

◆ $hints

$hints = array('callable', 'method')

◆ $internal

$internal

◆ $parameters

$parameters = array()

◆ $return_reference

$return_reference = false

◆ $returntype

$returntype

◆ $showparams

$showparams = true

◆ $startline

$startline

◆ $type

$type = 'method'

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