com\setasign\SetaFramework\Di

Alias Class Alias

File: /SetaFramework/src/Di/Alias.php

Used to create a alias or configuration with another alias as param without creating a object. The alias will resolved when the alias/configuration will created.

Class hierarchy

Implements

Summary

Properties

$name

protected string Alias::$name

Methods

__construct()

public Alias::__construct (
string $name
)

Constructor

Parameters
$name : string
 

__toString()

public Alias::__toString (
void
): string