API17:JPath::isOwner
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JPath::isOwner|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JPath::isOwner|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function isOwner ($path) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' boolean True if the php script owns the path passed | |
| − | boolean True if the php script owns the path passed | + | * '''Defined''' on line 188 of libraries/joomla/filesystem/path.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filesystem/path.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JPath::isOwner source code''' on [[jplatform:filesystem/path.php#cl-180|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JPath/11.1|JPath]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]] | ||
| + | * [[JPath::isOwner|Other versions of JPath::isOwner]] | ||
| + | {{SeeAlso:JPath::isOwner}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JPath::isOwner|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JPath::isOwner|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JPath]][[Category:JPath::isOwner]]</noinclude> | <noinclude>[[Category:JPath]][[Category:JPath::isOwner]]</noinclude> | ||
Revision as of 21:29, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPath::isOwner
Description
Method to determine if script owns the path.
Description:JPath::isOwner [Edit Descripton]
public static function isOwner ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Path to check ownership |
- Returns boolean True if the php script owns the path passed
- Defined on line 188 of libraries/joomla/filesystem/path.php
- Since
See also
-
JPath::isOwner source code on BitBucket
-
Class JPath
-
Subpackage Filesystem
- Other versions of JPath::isOwner
SeeAlso:JPath::isOwner [Edit See Also]
User contributed notes
<CodeExamplesForm />
