PHP Class SensioLabs\Deptrac\DependencyEmitter\EmittedDependency

Show file Open project: sensiolabs-de/deptrac Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

getClass() public method

public getClass ( ) : mixed
return mixed

getLine() public method

public getLine ( ) : mixed
return mixed

getType() public method

public getType ( ) : mixed
return mixed