/** * Save the rendition. * @return bool True on success, false on failure. */ public function save() { if (!isset($this->name)) { return false; } return parent::save(); }
public function __construct($id = 0) { $this->addTag('test'); $this->boolean = true; parent::__construct($id); }