API17

Difference between revisions of "JFilesystemHelper"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JFilesystemHelper==
 
=={{JVer|11.1}} JFilesystemHelper==
 
===Description===
 
===Description===
{{Description:JFilesystemHelper}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFilesystemHelper|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 12:
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::ftpChmod/11.1|ftpChmod]]
+
|[[API17:JFilesystemHelper::ftpChmod|ftpChmod]]
 
|Quick FTP chmod.  
 
|Quick FTP chmod.  
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::getFilters/11.1|getFilters]]
+
|[[API17:JFilesystemHelper::getFilters|getFilters]]
 
|Returns a list of filters.  
 
|Returns a list of filters.  
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::getJStreams/11.1|getJStreams]]
+
|[[API17:JFilesystemHelper::getJStreams|getJStreams]]
 
|Returns a list of J! streams.  
 
|Returns a list of J! streams.  
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::getSupported/11.1|getSupported]]
+
|[[API17:JFilesystemHelper::getSupported|getSupported]]
 
|Stream and Filter Support Operations.  
 
|Stream and Filter Support Operations.  
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::getTransports/11.1|getTransports]]
+
|[[API17:JFilesystemHelper::getTransports|getTransports]]
 
|Returns a list of transports.  
 
|Returns a list of transports.  
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::isJoomlaStream/11.1|isJoomlaStream]]
+
|[[API17:JFilesystemHelper::isJoomlaStream|isJoomlaStream]]
 
|TODO Add description.  
 
|TODO Add description.  
 
|-
 
|-
 
|public  
 
|public  
|[[JFilesystemHelper::remotefsize/11.1|remotefsize]]
+
|[[API17:JFilesystemHelper::remotefsize|remotefsize]]
 
|Support Functions; should probably live in a helper?  
 
|Support Functions; should probably live in a helper?  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JFilesystemHelper::getWriteModes/11.1|getWriteModes]]
+
|[[API17:JFilesystemHelper::getWriteModes|getWriteModes]]
 
|Modes that require a write operation.  
 
|Modes that require a write operation.  
 
|-
 
|-
Line 51: Line 49:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFilesystemHelper source code''' on [[jplatform:filesystem/helper.php|BitBucket]]
 
* {{JVer|11.1}} '''JFilesystemHelper source code''' on [[jplatform:filesystem/helper.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* [[JFilesystemHelper|Other versions of JFilesystemHelper]]
+
* [[API17:JFilesystemHelper|Other versions of JFilesystemHelper]]
{{SeeAlso:JFilesystemHelper}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFilesystemHelper
 
category=JFilesystemHelper
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 68: Line 64:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JFilesystemHelper]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:01, 24 March 2017

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.

Joomla 11.1 JFilesystemHelper[edit]

Description[edit]

Methods[edit]

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[edit]

jimport( 'joomla.filesystem.helper' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]