$parameterPrefix
$parameterPrefix : string
Prefix for parameter names.
This should be set before the environment is created.
Export environment.
$config : \OpenEstate\PhpExport\Config
Configuration of the export environment.
$assets : \OpenEstate\PhpExport\Assets
Asset factory.
$theme : \OpenEstate\PhpExport\Theme\AbstractTheme
Configured theme.
$session : \OpenEstate\PhpExport\Session\AbstractSession
Session of the requesting user.
__construct(\OpenEstate\PhpExport\Config $config, boolean $initSession = true)
Environment constructor.
\OpenEstate\PhpExport\Config | $config | configuration |
boolean | $initSession | load session during initialization |
if the environment is not valid
getAssets() : \OpenEstate\PhpExport\Assets
Get assets factory for this environment.
getConfig() : \OpenEstate\PhpExport\Config
Get export configuration.
configuration
getSession() : \OpenEstate\PhpExport\Session\AbstractSession
Get instance of the current session.
session instance
getTheme() : \OpenEstate\PhpExport\Theme\AbstractTheme
Get instance of the current theme.
theme instance
getTranslator() : \Gettext\BaseTranslator
Get the translator.
translator
newAction(string $name) : \OpenEstate\PhpExport\Action\AbstractAction
Create an action instance.
string | $name | name of requested action |
created action or null, if it is unknown
newExposeHtml() : \OpenEstate\PhpExport\View\ExposeHtml
Create the HTML view with object details.
created view
newFavoriteHtml() : \OpenEstate\PhpExport\View\FavoriteHtml
Create the HTML view with favorite listing.
created view
newLinkProvider(string $name) : \OpenEstate\PhpExport\Provider\AbstractLinkProvider
Create a link provider instance.
string | $name | name of requested provider |
created link provider or null, if it is unknown
newListingHtml() : \OpenEstate\PhpExport\View\ListingHtml
Create the HTML view with object listing.
created view
newMailer() : \PHPMailer\PHPMailer\PHPMailer
Create a mailer instance.
if the mailer configuration failed
created mailer instance
newMapProvider() : \OpenEstate\PhpExport\Provider\AbstractMapProvider
Create a map provider instance.
created map provider instance