Eccube\Entity\Product::getUpdateDate PHP Method

getUpdateDate() public method

Get update_date
public getUpdateDate ( ) : DateTime
return DateTime
    public function getUpdateDate()
    {
        return $this->update_date;
    }

Usage Example

 /**
  * {@inheritDoc}
  */
 public function getUpdateDate()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdateDate', array());
     return parent::getUpdateDate();
 }