Esempio n. 1
0
 public function getValue()
 {
     $parent = parent::getValue();
     return $parent ? $parent : date('Y-m-d', strtotime('-' . $this->defaulAge . ' years'));
 }
Esempio n. 2
0
 public function getValue()
 {
     return parent::getValue();
 }