PHP Класс CI_Driver, TastyIgniter

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_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)

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

Метод Описание
__call ( $method, $args = [] ) : mixed __call magic method
__get ( $var ) : mixed __get magic method
__set ( $var, $val ) : mixed __set magic method
decorate ( $parent ) : void Decorate

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

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

Handles access to the parent driver library's methods
public __call ( $method, $args = [] ) : mixed
Результат mixed

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

Handles reading of the parent driver library's properties
public __get ( $var ) : mixed
Результат mixed

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

Handles writing to the parent driver library's properties
public __set ( $var, $val ) : mixed
Результат mixed

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

Decorates the child with the parent driver lib's methods and properties
public decorate ( $parent ) : void
Результат void

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

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

List of methods in the parent class
protected array $_methods
Результат array

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

Instance of the parent class
protected object $_parent
Результат object

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

List of properties in the parent class
protected array $_properties
Результат array

$_reflections защищенное статическое свойство

Array of methods and properties for the parent class(es)
protected static array $_reflections
Результат array