PHP Class CI_Driver, TastyIgniter

Afficher le fichier Open project: tastyigniter/tastyigniter Class Usage Examples

Protected Properties

Свойство Type Description
$_methods array List of methods in the parent class
$_parent object Instance of the parent class
$_properties array List of properties in the parent class
$_reflections array Array of methods and properties for the parent class(es)

Méthodes publiques

Méthode Description
__call ( $method, $args = [] ) : mixed __call magic method
__get ( $var ) : mixed __get magic method
__set ( $var, $val ) : mixed __set magic method
decorate ( $parent ) : void Decorate

Method Details

__call() public méthode

Handles access to the parent driver library's methods
public __call ( $method, $args = [] ) : mixed
Résultat mixed

__get() public méthode

Handles reading of the parent driver library's properties
public __get ( $var ) : mixed
Résultat mixed

__set() public méthode

Handles writing to the parent driver library's properties
public __set ( $var, $val ) : mixed
Résultat mixed

decorate() public méthode

Decorates the child with the parent driver lib's methods and properties
public decorate ( $parent ) : void
Résultat void

Property Details

$_methods protected_oe property

List of methods in the parent class
protected array $_methods
Résultat array

$_parent protected_oe property

Instance of the parent class
protected object $_parent
Résultat object

$_properties protected_oe property

List of properties in the parent class
protected array $_properties
Résultat array

$_reflections protected_oe static_oe property

Array of methods and properties for the parent class(es)
protected static array $_reflections
Résultat array