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