API17

Difference between revisions of "JAccess::getAssetRules"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 33: Line 33:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/access/access.php
+
libraries/joomla/access/access.php (line 156)
 +
* see source code in [[jplatform:access/access.php#cl-156|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JHtmlRules/assetFormWidget/11.1|JHtmlRules::assetFormWidget]]
+
* [[JHtmlRules::assetFormWidget/11.1|JHtmlRules::assetFormWidget]]
* [[JUser/authorise/11.1|JUser::authorise]]
+
* [[JUser::authorise/11.1|JUser::authorise]]
* [[JFormFieldRules/getInput/11.1|JFormFieldRules::getInput]]
+
* [[JFormFieldRules::getInput/11.1|JFormFieldRules::getInput]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:51, 23 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 JAccess::getAssetRules[edit]

Description[edit]

Method to return the object for an asset.

Template:Description:JAccess::getAssetRules [Edit Descripton]

Synopsis[edit]

public static JAccess::getAssetRules ($asset, $recursive=false)
Parameter Type Default Description
$asset
$recursive false

Returns[edit]

Defined in[edit]

libraries/joomla/access/access.php (line 156)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JAccess::getAssetRules

Examples[edit]

<CodeExamplesForm />