$id
$id : integer
ID
Versions model
$dominant_attachment_id : integer
Dominant attachment reference
| None found | 
getSrn() : string
Return model's SRN. Model should implement a 'srn_name' protected value.
Otherwise, this will pull from the 'getSource' method
SRN
| None found | 
findFirstBySrn(string  $srn) : object
                Find model by SRN
| string | $srn | complete SRN  | 
                            
Model object
| None found | 
| None found | 
hasProperty(string  $str) : boolean
                Determine if the model has a public property.
Useful in determining valid sorting options on the front end.
| string | $str | Property  | 
                            
| None found | 
setRelated(string $relation, mixed $value = array()) : self
Phalcon has this bug where if you enumerate a relation then try to set it via the magic setter, it won't save.
I think it has something to do with implicit transactions, but I'm not entirely sure...
| string | $relation | |
| mixed | $value | 
| None found | 
| None found | 
find(mixed  $parameters = null) : array<mixed,\Ceo\Core\Models\Versions>
                Allows to query a set of records that match the specified conditions
| mixed | $parameters | 
| None found | 
findFirst(mixed  $parameters = null) : \Ceo\Core\Models\Versions
                Allows to query the first record that match the specified conditions
| mixed | $parameters | 
| None found | 
| None found | 
| None found |