API17

Difference between revisions of "JController::addViewPath"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JController::addViewPath source code''' on [[jplatform:application/component/controller.php#cl-405|BitBucket]]
 
* {{JVer|11.1}} '''JController::addViewPath source code''' on [[jplatform:application/component/controller.php#cl-405|BitBucket]]
* {{JVer|11.1}} Class [[JController/11.1|JController]]
+
* {{JVer|11.1}} Class [[API17:JController|JController]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JController::addViewPath|Other versions of JController::addViewPath]]
+
* [[API17:JController::addViewPath|Other versions of JController::addViewPath]]
 
{{SeeAlso:JController::addViewPath}}
 
{{SeeAlso:JController::addViewPath}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:57, 11 May 2013

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 JController::addViewPath[edit]

Description[edit]

Add one or more view paths to the controller's stack, in LIFO order.

Template:Description:JController::addViewPath [Edit Descripton]

public function addViewPath ($path)
Parameter Type Default Description
$path array The directory (string) or list of directories (array) to add.
  • Returns This object to support chaining.
  • Defined on line 413 of libraries/joomla/application/component/controller.php

See also[edit]

Template:SeeAlso:JController::addViewPath [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />