public function __construct(Worker $worker) { parent::__construct($worker); $this->type = new Enum(['regular', 'plain-text', 'absplit', 'rss']); $this->status = new Enum(['save', 'paused', 'schedule', 'sending', 'sent']); }
public function __construct(Worker $worker) { parent::__construct($worker); $this->visibility = new Enum(['pub', 'priv']); }
public function __construct(Worker $worker) { parent::__construct($worker); $this->status = new Enum(['subscribed', 'unsubscribed', 'cleaned', 'pending']); }