JPath::isOwner
From Joomla! Documentation
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.
JPath::isOwner[edit]
Description[edit]
Method to determine if script owns the path.
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[edit]
- JPath::isOwner source code on BitBucket
- Class JPath
- Subpackage Filesystem
- Other versions of JPath::isOwner
User contributed notes[edit]
Code Examples[edit]