format = $format; return $this; } public function result(){ $value = $this->getValue(); if(!$value){ return $this->defaultText; } return date($this->format, $value); } }