PHP Class Lisphp_Runtime_PHPClass

Inheritance: extends Lisphp_Runtime_Function
Afficher le fichier Open project: lisphp/lisphp Class Usage Examples

Méthodes publiques

Свойство Type Description
$class

Méthodes publiques

Méthode Description
__construct ( $class )
execute ( array $arguments )
getStaticMethods ( )
isClassOf ( $instance )

Method Details

__construct() public méthode

public __construct ( $class )

execute() public méthode

public execute ( array $arguments )
$arguments array

getStaticMethods() public méthode

public getStaticMethods ( )

isClassOf() public méthode

public isClassOf ( $instance )

Property Details

$class public_oe property

public $class