RequestedEntryHolder
in package
implements
RequestedEntry
Tags
Table of Contents
Interfaces
- RequestedEntry
- Represents the container entry that was requested.
Properties
- $name : string
Methods
- __construct() : mixed
- getName() : string
- Returns the name of the entry that was requested by the container.
Properties
$name
private
string
$name
Methods
__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
getName()
Returns the name of the entry that was requested by the container.
public
getName() : string