Class Zend_Acl_Resource

Description

Implements interfaces:

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Acl/Resource.php (line 35)


	
			
Variable Summary
 string $_resourceId
Method Summary
 void __construct (string $resourceId)
 string getResourceId ()
 string __toString ()
Variables
string $_resourceId (line 42)

Unique id of Resource

  • access: protected
Methods
Constructor __construct (line 50)

Sets the Resource identifier

  • access: public
void __construct (string $resourceId)
  • string $resourceId
getResourceId (line 60)

Defined by Zend_Acl_Resource_Interface; returns the Resource identifier

  • access: public
string getResourceId ()

Implementation of:
Zend_Acl_Resource_Interface::getResourceId()
Returns the string identifier of the Resource
__toString (line 71)

Defined by Zend_Acl_Resource_Interface; returns the Resource identifier Proxies to getResourceId()

  • access: public
string __toString ()

Documentation generated on Mon, 21 Jun 2010 15:42:20 -0400 by phpDocumentor 1.4.3