1 | <?php |
||
16 | class RouteMatchSpecificationCollection extends Collection |
||
17 | { |
||
18 | |||
19 | const COLLECTION_NAME = 'route_match_specifications'; |
||
20 | |||
21 | |||
22 | /** |
||
23 | * RouteMatchSpecificationCollection constructor |
||
24 | * |
||
25 | * @throws InvalidInterfaceException |
||
26 | */ |
||
27 | public function __construct() |
||
34 | |||
35 | |||
36 | /** |
||
37 | * getIdentifier |
||
38 | * Overrides EventEspresso\core\services\collections\Collection::getIdentifier() |
||
39 | * If no $identifier is supplied, then the fully qualified class name is used |
||
40 | * |
||
41 | * @param $object |
||
42 | * @param mixed $identifier |
||
43 | * @return bool |
||
44 | */ |
||
45 | public function getIdentifier($object, $identifier = null) |
||
51 | } |
||
52 |