Action for displaying adding thanks button in page about
actionAfterPageAbout() : void
Get object of class type from component
getComponent(string $type, integer $projectCategory = \KocujIL\V12a\Enums\ProjectCategory::CORE, string $fragment = '') : object
Inherited
Parameters
$type
stringComponent type
$projectCategory
integerComponent category; must be one of the following constants from \KocujIL\V12a\Enums\ProjectCategory: CORE (for "core" category), ALL (for "all" category), FRONTEND (for "frontend" category) or BACKEND (for "backend" category) - default: \KocujIL\V12a\Enums\ProjectCategory::CORE
$fragment
stringComponent fragment - default: empty
Returns
objectObject of class type from component
Page about with adding thanks is set to be displayed (true) or page about with adding thanks will not be displayed (false)
$pageAboutAddThanksDisplay : boolean