CakeFest 2024: The Official CakePHP Conference

The Yaf_Route_Supervar class

(Yaf >=1.0.0)

Giriş

Sınıf Sözdizimi

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

Özellikler

_var_name

İçindekiler

add a note

User Contributed Notes

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