API17

JFilesystemHelper: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 6: Line 6:
===Defined in===
===Defined in===
libraries/joomla/filesystem/helper.php
libraries/joomla/filesystem/helper.php
* see source code in [[jplatform:filesystem/helper.php|BitBucket]]
===Subpackage===
===Subpackage===
[[Subpackage Filesystem/11.1|Filesystem]]
[[Subpackage Filesystem/11.1|Filesystem]]
Line 44: Line 45:
<source lang="php">jimport( 'joomla.filesystem.helper' );</source>
<source lang="php">jimport( 'joomla.filesystem.helper' );</source>
===See also===
===See also===
* JFilesystemHelper source code in [[jplatform:filesystem/helper.php|BitBucket]]
* [[JFilesystemHelper|Other versions of this class]]
* [[JFilesystemHelper|Other versions of this class]]
{{SeeAlso:JFilesystemHelper}}
{{SeeAlso:JFilesystemHelper}}

Revision as of 22:54, 23 April 2011

[Edit Descripton] Template:Description:JFilesystemHelper

Defined in

libraries/joomla/filesystem/helper.php

Subpackage

Filesystem

Extends

Extended by

Methods

Method name Description
ftpChmod Quick FTP chmod.
getFilters Returns a list of filters.
getJStreams Returns a list of J! streams.
getSupported Returns the supported streams, in addition to direct file access Also includes Joomla! streams as well as PHP streams.
getTransports Returns a list of transports.
isJoomlaStream TODO Add description.
remotefsize Remote file size function for streams that don't support it.
getWriteModes Modes that require a write operation.

Importing

jimport( 'joomla.filesystem.helper' );

See also

Template:SeeAlso:JFilesystemHelper [Edit See Also]

Examples

<CodeExamplesForm />