Ejemplo n.º 1
0
 public function getDates()
 {
     return array_merge(parent::getDates(), array('scheduled_publish_time', 'time_promoted'));
 }
Ejemplo n.º 2
0
 public function getDates()
 {
     return array_merge(parent::getDates(), array('end_time'));
 }
Ejemplo n.º 3
0
 public function getDates()
 {
     return array_merge(parent::getDates(), array('last_login_attempt'));
 }
Ejemplo n.º 4
0
 public function getDates()
 {
     return array_merge(parent::getDates(), array('time_recorded'));
 }