API17:JFilesystemHelper
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JFilesystemHelper== | ||
| + | ===Description=== | ||
| + | {{Description:JFilesystemHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JFilesystemHelper|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFilesystemHelper|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::ftpChmod/11.1|ftpChmod]] | |[[JFilesystemHelper::ftpChmod/11.1|ftpChmod]] | ||
|Quick FTP chmod. | |Quick FTP chmod. | ||
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::getFilters/11.1|getFilters]] | |[[JFilesystemHelper::getFilters/11.1|getFilters]] | ||
|Returns a list of filters. | |Returns a list of filters. | ||
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::getJStreams/11.1|getJStreams]] | |[[JFilesystemHelper::getJStreams/11.1|getJStreams]] | ||
|Returns a list of J! streams. | |Returns a list of J! streams. | ||
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::getSupported/11.1|getSupported]] | |[[JFilesystemHelper::getSupported/11.1|getSupported]] | ||
| − | | | + | |Stream and Filter Support Operations. |
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::getTransports/11.1|getTransports]] | |[[JFilesystemHelper::getTransports/11.1|getTransports]] | ||
|Returns a list of transports. | |Returns a list of transports. | ||
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::isJoomlaStream/11.1|isJoomlaStream]] | |[[JFilesystemHelper::isJoomlaStream/11.1|isJoomlaStream]] | ||
|TODO Add description. | |TODO Add description. | ||
|- | |- | ||
| + | |public | ||
|[[JFilesystemHelper::remotefsize/11.1|remotefsize]] | |[[JFilesystemHelper::remotefsize/11.1|remotefsize]] | ||
| − | | | + | |Support Functions; should probably live in a helper? |
|- | |- | ||
| + | |public static | ||
|[[JFilesystemHelper::getWriteModes/11.1|getWriteModes]] | |[[JFilesystemHelper::getWriteModes/11.1|getWriteModes]] | ||
|Modes that require a write operation. | |Modes that require a write operation. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/filesystem/helper.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.filesystem.helper' );</source> | <source lang="php">jimport( 'joomla.filesystem.helper' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JFilesystemHelper source code | + | * {{JVer|11.1}} '''JFilesystemHelper source code''' on [[jplatform:filesystem/helper.php|BitBucket]] |
| − | * [[JFilesystemHelper|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]] |
| + | * [[JFilesystemHelper|Other versions of JFilesystemHelper]] | ||
{{SeeAlso:JFilesystemHelper}} | {{SeeAlso:JFilesystemHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 59: | Line 65: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFilesystemHelper]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFilesystemHelper]]</noinclude> | ||
Revision as of 18:01, 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.
JFilesystemHelper
Description
Description:JFilesystemHelper [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | ftpChmod | Quick FTP chmod. |
| public | getFilters | Returns a list of filters. |
| public | getJStreams | Returns a list of J! streams. |
| public | getSupported | Stream and Filter Support Operations. |
| public | getTransports | Returns a list of transports. |
| public | isJoomlaStream | TODO Add description. |
| public | remotefsize | Support Functions; should probably live in a helper? |
| public static | getWriteModes | Modes that require a write operation. |
- Defined in libraries/joomla/filesystem/helper.php
Importing
jimport( 'joomla.filesystem.helper' );
See also
-
JFilesystemHelper source code on BitBucket
-
Subpackage Filesystem
- Other versions of JFilesystemHelper
SeeAlso:JFilesystemHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />
