RequestPathComponent methods
__construct( setup )
setupA hash array with the following possible keys:nameA name for the path component, it will let you refer to this component in the future.typeThe type of the component, from one of the following available types:REQUEST_PATH_COMPONENT_TYPE_FIXEDREQUEST_PATH_COMPONENT_TYPE_VARIABLE_STRINGREQUEST_PATH_COMPONENT_TYPE_VARIABLE_NUMERIC
stringForREQUEST_PATH_COMPONENT_TYPE_FIXEDtype path components, the exact text on this part of the path.securityRulesAn array of the security rules that must be applied to the value received by this path component. See Working with Security for a list of all the available rules.filtersAn array of the filters that must be applied to the value received by this path component. See Working with Security for a list of all the available filters.
Last updated
Was this helpful?