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

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

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