API17

API17:JInstaller::abort

From Joomla! Documentation

Joomla 11.1 JInstaller::abort

Description

Installation abort method.


public function abort (
        $msg=null
        $type=null
)
Parameter Type Default Description
$msg string null Abort message from the installer
$type string null Package type if defined
  • Returns boolean True if successful
  • Defined on line 264 of libraries/joomla/installer/installer.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples