CampTemplate::refreshContext PHP Method

refreshContext() public method

public refreshContext ( )
    public function refreshContext()
    {
        $this->m_context = new CampContext();
        $this->m_preview = $this->m_context->preview;
    }