Poll
class Poll extends BaseModel
Wrapper for polls:poll, wraps Ceo\Models\Entry.
Properties
protected | $model | from BaseModel | |
protected | $stack | from BaseModel |
Methods
integer
__uid()
Provides {{ item.uid }}
__call($f, $args)
Check for properties on the wrapper then wrapped model in that order
from BaseModel
__url()
No description
__voteUrl()
No description
__question()
No description
__published()
No description
__total()
No description
__responses()
No description
__hasVoted()
No description
getResponses()
No description
getEmbed()
No description
__toArray()
No description
Details
in BaseModel at line 14
__construct($model)
in BaseModel at line 19
toCompat()
in BaseModel at line 28
object
getCompatSource()
Return source model
at line 17
integer
__uid()
Provides {{ item.uid }}
in BaseModel at line 46
Collection
__metaProperties()
Provides {{ item.metaProperties }}
in BaseModel at line 73
__get($f)
in BaseModel at line 88
__call($f, $args)
Check for properties on the wrapper then wrapped model in that order