Backend\UserController::getChangePassword PHP Method

getChangePassword() public method

public getChangePassword ( )
    public function getChangePassword()
    {
        $this->layout->title = 'Change User Password';
        $this->layout->content = View::make($this->link_type . '.' . $this->current_theme . '.users.change_pw');
    }