Documentation

Tag extends BaseModel
in package

Tag Wrapper

Table of Contents

$model  : mixed
$stack  : mixed
__call()  : mixed
Check for properties on the wrapper then wrapped model in that order
__construct()  : mixed
__get()  : mixed
__metaProperties()  : Collection
Provides {{ item.metaProperties }}
__name_normalized()  : string
Provides {{ tag.name_normalized }} property
__uid()  : int
Provides {{ item.uid }}
getCompatSource()  : object
Return source model
toCompat()  : mixed

Properties

Methods

__call()

Check for properties on the wrapper then wrapped model in that order

public __call(mixed $f, mixed $args) : mixed
Parameters
$f : mixed
$args : mixed
Return values
mixed

__construct()

public __construct(mixed $model) : mixed
Parameters
$model : mixed
Return values
mixed

__get()

public __get(mixed $f) : mixed
Parameters
$f : mixed
Return values
mixed

__metaProperties()

Provides {{ item.metaProperties }}

public __metaProperties() : Collection
Return values
Collection

__name_normalized()

Provides {{ tag.name_normalized }} property

public __name_normalized() : string
Return values
string

__uid()

Provides {{ item.uid }}

public __uid() : int
Return values
int

getCompatSource()

Return source model

public getCompatSource() : object
Return values
object

toCompat()

public toCompat() : mixed
Return values
mixed

Search results