hedronium\Jables\commands\Tags::__construct PHP Method

__construct() public method

public __construct ( $app, TagIndexer $tags )
$tags hedronium\Jables\TagIndexer
    public function __construct($app, TagIndexer $tags)
    {
        parent::__construct();
        $this->app = $app;
        $this->tags = $tags;
    }