aOptions = $aOptions; } /** * * @since 3 * @return array */ public function get() { return $this->aOptions; } /** * @since 3 * @remark As of v3, the template options were separated. * @return array */ public function getTemplateOptions() { return array(); } }