PHP 8.3.4 Released!

The Yaf_Route_Supervar class

(Yaf >=1.0.0)

Einführung

Klassenbeschreibung

class Yaf_Route_Supervar implements Yaf_Route_Interface {
/* Eigenschaften */
protected $_var_name;
/* Methoden */
public __construct(string $supervar_name)
public assemble(array $info, array $query = ?): string
public route(Yaf_Request_Abstract $request): bool
}

Eigenschaften

_var_name

Inhaltsverzeichnis

add a note

User Contributed Notes

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