Skip to content

Latest commit

 

History

History
376 lines (131 loc) · 2.81 KB

Revisions.md

File metadata and controls

376 lines (131 loc) · 2.81 KB

Revisions

  • Full name: \System\Helper\Revisions
  • Parent class: \Lime\Helper

Properties

storage

protected $storage

Methods

initialize

public initialize(): mixed

count

public count(mixed $id): mixed

Parameters:

Parameter Type Description
$id mixed

getList

public getList(string $id, int $limit = 50, int $skip): mixed

Parameters:

Parameter Type Description
$id string
$limit int
$skip int

add

public add(mixed $id, mixed $data, mixed $meta = null, mixed $by = null, mixed $created = null, mixed $ref = null): mixed

Parameters:

Parameter Type Description
$id mixed
$data mixed
$meta mixed
$by mixed
$created mixed
$ref mixed

get

public get(mixed $id): mixed

Parameters:

Parameter Type Description
$id mixed

latest

public latest(mixed $id): mixed

Parameters:

Parameter Type Description
$id mixed

remove

public remove(mixed $rid): mixed

Parameters:

Parameter Type Description
$rid mixed

removeAll

public removeAll(mixed $id): mixed

Parameters:

Parameter Type Description
$id mixed

Inherited methods

__construct

public __construct(\Lime\App $app, mixed $context = null): mixed

Parameters:

Parameter Type Description
$app \Lime\App
$context mixed

initialize

protected initialize(): mixed

__call

public __call(mixed $name, mixed $arguments): mixed

Parameters:

Parameter Type Description
$name mixed
$arguments mixed

__invoke

public __invoke(mixed $helper): mixed

Parameters:

Parameter Type Description
$helper mixed

__get

public __get(mixed $name): mixed

Parameters:

Parameter Type Description
$name mixed