Class Kitab\Compiler\Target\Html\Search

class Search
{
    pub static fn insert(array $data);
    pub static fn pack();
    pro static fn getDatabase(): Write;
}

Constants

pub const DATABASE_FILE = 'hoa://Kitab/Output/javascript/search-database.json';

Represent the path to the database file.

Attributes

pri static $_database = null;

Methods

pub static fn insert(array $data)
pub static fn pack()
pro static fn getDatabase(): Write