Methods
Constructor
__construct(object $projectObj) : void
Inherited
Parameters
$projectObj
object\KocujIL\V12a\Classes\Project object for current project
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
Get option name for adding thanks
getOptionNameThanksAdded() : string
Returns
stringOption name for adding thanks
Get object of type \KocujIL\V12a\Classes\Project
getProjectObj() : object
Inherited
Returns
objectObject of type \KocujIL\V12a\Classes\Project
Get object of class type for strings from component
getStrings(string $type, integer $projectCategory = \KocujIL\V12a\Enums\ProjectCategory::CORE) : 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
Returns
objectObject of class type for strings from component
Get if thanks has been added (true) or not (false)
getThanksAddedOptionValue() : boolean
Returns
booleanThanks has been added (true) or not (false)
Set adding thanks to display (true) or not (false)
setAddThanksDisplay(integer $display) : void
Parameters
$display
integerDisplay adding thanks or not; must be one of the following constants from \KocujPlLib\V12a\Enums\Project\Components\Backend\AddThanks\Display: NO (when adding thanks will not be displayed) or YES (when adding thanks will be displayed)
Properties
Display adding thanks or not; must be one of the following constants from \KocujPlLib\V12a\Enums\Project\Components\Backend\AddThanks\Display: NO (when adding thanks will not be displayed) or YES (when adding thanks will be displayed)
$display : boolean
Default
\KocujPlLib\V12a\Enums\Project\Components\Backend\AddThanks\Display::NO
\KocujIL\V12a\Classes\Project object for current project
$projectObj : object