Mage_Api2_Model_Route_Interface
in
since 26.7 Use Maho_ApiPlatform instead.
Table of Contents
Methods
- match() : array<string, mixed>|false
- Matches a Request with parts defined by a map. Assigns and returns an array of variables on a successful match.
Methods
match()
Matches a Request with parts defined by a map. Assigns and returns an array of variables on a successful match.
public
match(Mage_Api2_Model_Request $request[, bool $partial = false ]) : array<string, mixed>|false
Parameters
- $request : Mage_Api2_Model_Request
- $partial : bool = false
-
Partial path matching
Return values
array<string, mixed>|false —An array of assigned values or false on a mismatch