View_Layout::base PHP 메소드

base() 공개 메소드

public base ( )
    public function base()
    {
        return Route::url('default', array('controller' => FALSE, 'action' => FALSE), TRUE);
    }