API17

JRule::mergeIdentity

From Joomla! Documentation

Revision as of 21:10, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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

Description[edit]

Merges the value for an identity.

Template:Description:JRule::mergeIdentity [Edit Descripton]

Synopsis[edit]

public JRule::mergeIdentity ($identity, $allow)
Parameter Type Default Description
$identity int The identity.
$allow boolean The value for the identity (true == allow, false == deny).

Returns[edit]

Defined in[edit]

libraries/joomla/access/rule.php (line 76)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JRule::mergeIdentity

Examples[edit]

<CodeExamplesForm />