API17

Difference between revisions of "JFilesystemHelper::getSupported"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 2: Line 2:
 
=={{JVer|11.1}} JFilesystemHelper::getSupported==
 
=={{JVer|11.1}} JFilesystemHelper::getSupported==
 
===Description===
 
===Description===
Returns the supported streams, in addition to direct file access Also includes Joomla! streams as well as PHP streams.  
+
Stream and Filter Support Operations.  
  
 
{{Description:JFilesystemHelper::getSupported}}
 
{{Description:JFilesystemHelper::getSupported}}
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JFilesystemHelper::getSupported|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFilesystemHelper::getSupported|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JFilesystemHelper::getSupported ()
+
public function getSupported ()
 
</source>
 
</source>
===Returns===
+
* '''Returns'''
array Streams
+
* '''Defined''' on line 200 of libraries/joomla/filesystem/helper.php
===Defined in===
 
libraries/joomla/filesystem/helper.php (line 202)
 
* see source code in [[jplatform:filesystem/helper.php#cl-202|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JFilesystemHelper::getSupported source code''' on [[jplatform:filesystem/helper.php#cl-192|BitBucket]]
 +
* {{JVer|11.1}} Class [[JFilesystemHelper/11.1|JFilesystemHelper]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Filesystem/11.1|Filesystem]]
 +
* [[JFilesystemHelper::getSupported|Other versions of JFilesystemHelper::getSupported]]
 +
{{SeeAlso:JFilesystemHelper::getSupported}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::getSupported|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFilesystemHelper::getSupported|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JFilesystemHelper/11.1|JFilesystemHelper]]
+
===User contributed notes===
* [[JFilesystemHelper::getSupported|Other versions of this method]]
 
{{SeeAlso:JFilesystemHelper::getSupported}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 30:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JFilesystemHelper]][[Category:JFilesystemHelper::getSupported]]</noinclude>
 
<noinclude>[[Category:JFilesystemHelper]][[Category:JFilesystemHelper::getSupported]]</noinclude>

Revision as of 20:56, 27 April 2011

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

Description[edit]

Stream and Filter Support Operations.

Template:Description:JFilesystemHelper::getSupported [Edit Descripton]

public function getSupported ()
  • Returns
  • Defined on line 200 of libraries/joomla/filesystem/helper.php

See also[edit]

Template:SeeAlso:JFilesystemHelper::getSupported [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />