Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe PathWrapper

Fonctions membres publiques

 canChmod ($path)
 
 setPermissions ($path, $filemode='0644', $foldermode='0755')
 
 getPermissions ($path)
 
 check ($path)
 
 clean ($path, $ds=DIRECTORY_SEPARATOR)
 
 isOwner ($path)
 
 find ($paths, $file)
 

Description détaillée

Wrapper class for Path

Depuis
3.4
Obsolète:
4.0 Use instead

Documentation des fonctions membres

◆ canChmod()

canChmod (   $path)

Helper wrapper method for canChmod

Paramètres
string$pathPath to check.
Renvoie
boolean True if path can have mode changed.
Voir également
Path::canChmod()
Depuis
3.4
Obsolète:
4.0 Use instead

Références $path, et Path\canChmod().

◆ check()

check (   $path)

Helper wrapper method for check

Paramètres
string$pathA file system path to check.
Renvoie
string A cleaned version of the path or exit on error.
Voir également
Path::check()
Depuis
3.4
Exceptions
Exception
Obsolète:
4.0 Use instead

Références $path, et Path\check().

◆ clean()

clean (   $path,
  $ds = DIRECTORY_SEPARATOR 
)

Helper wrapper method for clean

Paramètres
string$pathThe path to clean.
string$dsDirectory separator (optional).
Renvoie
string The cleaned path.
Voir également
Path::clean()
Depuis
3.4
Exceptions
UnexpectedValueException
Obsolète:
4.0 Use instead

Références $path, et Path\clean().

Référencé par Folder\copy(), File\copy(), File\move(), Folder\move(), et File\upload().

◆ find()

find (   $paths,
  $file 
)

Helper wrapper method for find

Paramètres
mixed$pathsA path string or array of path strings to search in
string$fileThe file name to look for.
Renvoie
mixed The full path and file name for the target file, or boolean false if the file is not found in any of the paths.
Voir également
Path::find()
Depuis
3.4
Obsolète:
4.0 Use instead

Références $file, et Path\find().

◆ getPermissions()

getPermissions (   $path)

Helper wrapper method for getPermissions

Paramètres
string$pathThe path of a file/folder.
Renvoie
string Filesystem permissions.
Voir également
Path::getPermissions()
Depuis
3.4
Obsolète:
4.0 Use instead

Références $path, et Path\getPermissions().

◆ isOwner()

isOwner (   $path)

Helper wrapper method for isOwner

Paramètres
string$pathPath to check ownership.
Renvoie
boolean True if the php script owns the path passed.
Voir également
Path::isOwner()
Depuis
3.4
Obsolète:
4.0 Use instead

Références $path, et Path\isOwner().

◆ setPermissions()

setPermissions (   $path,
  $filemode = '0644',
  $foldermode = '0755' 
)

Helper wrapper method for setPermissions

Paramètres
string$pathRoot path to begin changing mode [without trailing slash].
string$filemodeOctal representation of the value to change file mode to [null = no change].
string$foldermodeOctal representation of the value to change folder mode to [null = no change].
Renvoie
boolean True if successful [one fail means the whole operation failed].
Voir également
Path::setPermissions()
Depuis
3.4
Obsolète:
4.0 Use instead

Références $path, et Path\setPermissions().


La documentation de cette classe a été générée à partir du fichier suivant :