getAutoLastModified() 공개 메소드

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