Author
extends BaseModel
in package
Author Wrapper
Table of Contents
- $model : mixed
- $stack : mixed
- __articles() : mixed
- __blogPosts() : mixed
- __call() : mixed
- Check for properties on the wrapper then wrapped model in that order
- __construct() : mixed
- __get() : mixed
- __media() : mixed
- __metaProperties() : Collection
- Provides {{ item.metaProperties }}
- __tagline() : mixed
- __uid() : int
- Provides {{ item.uid }}
- __url() : string
- Provides {{ author.url }} property
- getCompatSource() : object
- Return source model
- toCompat() : mixed
Properties
$model
protected
mixed
$model
$stack
protected
mixed
$stack
= []
Methods
__articles()
public
__articles() : mixed
Return values
mixed —__blogPosts()
public
__blogPosts() : mixed
Return values
mixed —__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 —__media()
public
__media() : mixed
Return values
mixed —__metaProperties()
Provides {{ item.metaProperties }}
public
__metaProperties() : Collection
Return values
Collection —__tagline()
public
__tagline() : mixed
Return values
mixed —__uid()
Provides {{ item.uid }}
public
__uid() : int
Return values
int —__url()
Provides {{ author.url }} property
public
__url() : string
Return values
string —getCompatSource()
Return source model
public
getCompatSource() : object
Return values
object —toCompat()
public
toCompat() : mixed