PHP Class hedronium\Jables\commands\Dependencies

Inheritance: extends hedronium\Jables\Command
Show file Open project: hedronium/jables

Protected Properties

Property Type Description
$dependency
$description
$signature

Public Methods

Method Description
__construct ( $app, DependencyResolver $dependency )
handle ( )

Protected Methods

Method Description
listDeps ( )
recurse ( $subtree, $relation, $depth, $last )
treeDeps ( )

Method Details

__construct() public method

public __construct ( $app, DependencyResolver $dependency )
$dependency hedronium\Jables\DependencyResolver

handle() public method

public handle ( )

listDeps() protected method

protected listDeps ( )

recurse() protected method

protected recurse ( $subtree, $relation, $depth, $last )

treeDeps() protected method

protected treeDeps ( )

Property Details

$dependency protected property

protected $dependency

$description protected property

protected $description

$signature protected property

protected $signature