PHP 8.3.4 Released!

Класс Yaf_Route_Supervar

(Yaf >=1.0.0)

Введение

Обзор классов

class Yaf_Route_Supervar implements Yaf_Route_Interface {
/* Свойства */
protected $_var_name;
/* Методы */
public __construct(string $supervar_name)
public assemble(array $info, array $query = ?): string
public route(Yaf_Request_Abstract $request): bool
}

Свойства

_var_name

Содержание

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top