Barryvdh\TranslationManager\Controller::getView PHP Method

getView() public method

public getView ( )
    public function getView()
    {
        $groups = func_get_args();
        $group = implode('/', $groups);
        return $this->getIndex($group);
    }