API17

JFormHelper::addPath

From Joomla! Documentation

Revision as of 11:08, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFormHelper::addPath[edit]

Description[edit]

Method to add a path to the list of include paths for one of the form's entities.

Template:Description:JFormHelper::addPath [Edit Descripton]

protected static function addPath (
        $entity
        $new=null
)
Parameter Type Default Description
$entity
$new null
  • Returns
  • Defined on line 241 of libraries/joomla/form/helper.php
  • Referenced by

See also[edit]

Template:SeeAlso:JFormHelper::addPath [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />