PHP Class SensioLabs\Deptrac\DependencyEmitter\EmittedDependency

Afficher le fichier Open project: sensiolabs-de/deptrac Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $class, $line, $type ) EmittedDependency constructor.
getClass ( ) : mixed
getLine ( ) : mixed
getType ( ) : mixed

Method Details

__construct() public méthode

EmittedDependency constructor.
public __construct ( $class, $line, $type )
$class
$line
$type

getClass() public méthode

public getClass ( ) : mixed
Résultat mixed

getLine() public méthode

public getLine ( ) : mixed
Résultat mixed

getType() public méthode

public getType ( ) : mixed
Résultat mixed