CampTemplate::refreshContext PHP Méthode

refreshContext() public méthode

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