API17

API17:JRegistry::exists

From Joomla! Documentation

Joomla 11.1 JRegistry::exists

Description

Check if a registry path exists.


public function exists ($path)
Parameter Type Default Description
$path string Registry path (e.g. joomla.content.showauthor)
  • Returns boolean
  • Defined on line 90 of libraries/joomla/registry/registry.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples