/**
     * @return bool
     */
    public function htmlBuildResult()
    {
        if($this->isFull)
            $this->pushResult('common_template', 'elearning');

        parent::htmlBuildResult();

        return true;
    }