$id
$id : integer
ID
Webcron Task Model We use cron-expression for parsing: <pre> * * * * * * - - - - - - | | | | | | | | | | | + year [optional] | | | | +----- day of week (0 - 7) (Sunday=0 or 7) | | | +---------- month (1 - 12) | | +--------------- day of month (1 - 31) | +-------------------- hour (0 - 23) +------------------------- min (0 - 59) </pre>
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 |
findFirst(mixed $parameters = null) : \Ceo\Core\Models\Issue
Allows to query the first record that match the specified conditions
mixed | $parameters |