Class ParcelshopfinderController
Class ParcelshopfinderController
- HttpViewController implements HttpViewControllerInterface
- ┗ ParcelshopfinderController
Category: System
Extends: HttpViewController
Located at Controllers/HttpView/Shop/ParcelshopfinderController.inc.php
Methods summary
public
actionDefault( void )
: HttpControllerResponseInterface
Default action method. Every controller child class requires at least the default action method, which is invoked when the ::_getQueryParameterData('do') value is not separated by a trailing slash.
protected
splitStreet( string $street_address )
: array
Heuristically splits up a street address into its component street name and house number
Methods inherited from HttpViewController
__construct(),
_callActionMethod(),
_getPostData(),
_getPostDataCollection(),
_getQueryParameter(),
_getQueryParametersCollection(),
_getServerData(),
_render(),
_validatePageToken(),
getTemplateFile(),
proceed()
Properties summary
Properties inherited from HttpViewController
$assets,
$contentView,
$httpContextReader,
$httpResponseProcessor,
$postDataArray,
$queryParametersArray,
$serverDataArray