Backend\SynchronizeController::getWebToLocal PHP Метод

getWebToLocal() публичный Метод

public getWebToLocal ( )
    public function getWebToLocal()
    {
        $this->layout->title = 'Synchronize Web to Local';
        $this->layout->content = \View::make($this->link_type . '.' . $this->current_theme . '.synchronize.webtolocal');
    }