CakeFest 2024: The Official CakePHP Conference

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