getAutoLastModified() public method

Get the auto last modified flag.
public getAutoLastModified ( ) : boolean
return boolean Whether to update the last modified information.
 /**
  * {@inheritDoc}
  */
 public function getAutoLastModified()
 {
     return $this->transport->getAutoLastModified();
 }