getTimeUpdated() public method

Get update time.
public getTimeUpdated ( ) : DateTime
return DateTime
コード例 #1
0
 public function getTimeUpdated()
 {
     $this->__load();
     return parent::getTimeUpdated();
 }