Method | Description | |
---|---|---|
__construct ( string $id, boolean $public = true ) | Constructor. | |
__toString ( ) : string | Returns the Id of this alias. | |
isPublic ( ) : boolean | Checks if this DI Alias should be public or not. | |
setPublic ( boolean $boolean ) | Sets if this Alias is public. |
public __construct ( string $id, boolean $public = true ) | ||
$id | string | Alias identifier |
$public | boolean | If this alias is public |
public __toString ( ) : string | ||
return | string | The alias id |