parent root
PHP: Yaf_Route_Supervar - Manual
PHP 7.2.23 Release Announcement

The Yaf_Route_Supervar class

(Yaf >=1.0.0)

Introduction

Class synopsis

Yaf_Route_Supervar implements Yaf_Route_Interface {
/* Properties */
protected $_var_name ;
/* Methods */
public assemble ( array $info [, array $query ] ) : string
public __construct ( string $supervar_name )
public route ( Yaf_Request_Abstract $request ) : bool
}

Properties

_var_name

Table of Contents

add a noteadd a note

User Contributed Notes

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