public function getDisplaySanitizedValue() { $this->load(); if ($this->akTextareaDisplayMode == 'text') { return parent::getDisplaySanitizedValue(); } return htmLawed(parent::getValue(), array('safe'=>1, 'deny_attribute'=>'style')); }
public function getValue() { return unserialize(parent::getValue()); }