PHP Class hedronium\Jables\TagIndexer

Show file Open project: hedronium/jables

Protected Properties

Property Type Description
$app
$indexed
$loader
$tags
$untagged

Public Methods

Method Description
__construct ( $app, Loader $loader )
get ( $tag )
indexTags ( )
tags ( )
untagged ( )

Method Details

__construct() public method

public __construct ( $app, Loader $loader )
$loader Loader

get() public method

public get ( $tag )

indexTags() public method

public indexTags ( )

tags() public method

public tags ( )

untagged() public method

public untagged ( )

Property Details

$app protected property

protected $app

$indexed protected property

protected $indexed

$loader protected property

protected $loader

$tags protected property

protected $tags

$untagged protected property

protected $untagged