Frontend\Modules\Profiles\Actions\ChangePassword::getData PHP Метод

getData() приватный Метод

Get profile data.
private getData ( )
    private function getData()
    {
        // get profile
        $this->profile = FrontendProfilesAuthentication::getProfile();
    }