__construct() __construct(mixed $value = null, boolean $nocache = false) create Smarty variable object Parameters mixed $value the value to assign boolean $nocache if true any output of this variable will be not cached
__get() __get(string $name) : null Returns null for not existing properties Parameters string $name Returns null