API17

API17:JException::getProperties

From Joomla! Documentation

Joomla 11.1 JException::getProperties

Description

Returns an associative array of object properties.


public function getProperties ($public=true)
Parameter Type Default Description
$public boolean true If true, returns only the public properties
  • Returns array
  • Defined on line 198 of libraries/joomla/error/exception.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples