HumHub Documentation (unofficial)

ActiveRecord extends ORM

Table of Contents

Methods

dontSeeRecord()  : mixed
grabRecord()  : mixed
haveRecord()  : mixed
seeRecord()  : mixed

Methods

dontSeeRecord()

public dontSeeRecord(mixed $model[, mixed $attributes = [] ]) : mixed
Parameters
$model : mixed
$attributes : mixed = []

grabRecord()

public grabRecord(mixed $model[, mixed $attributes = [] ]) : mixed
Parameters
$model : mixed
$attributes : mixed = []

haveRecord()

public haveRecord(mixed $model[, mixed $attributes = [] ]) : mixed
Parameters
$model : mixed
$attributes : mixed = []

seeRecord()

public seeRecord(mixed $model[, mixed $attributes = [] ]) : mixed
Parameters
$model : mixed
$attributes : mixed = []

        
On this page

Search results