Class GenericResource

Summary

Fully Qualified Name: Zend\Permissions\Acl\Resource\GenericResource
Implements: ResourceInterface

Description

Methods

Name Description Defined By
__construct() Sets the Resource identifier GenericResource
__toString() Defined by ResourceInterface; returns the Resource identifier Proxies to getResourceId() GenericResource
getResourceId() Defined by ResourceInterface; returns the Resource identifier GenericResource

Method Details

__construct()

Sets the Resource identifier

Parameter Name Type Description
$resourceId string

Returns:

__toString()

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

Returns: string

getResourceId()

Defined by ResourceInterface; returns the Resource identifier

Returns: string

Top