Example #1
0
 /**
  * {@inheritdoc}
  *
  * This method override just fixes the wrong return type "self" instead of "$this"
  *
  * @return $this
  */
 public function setCacheFile($cacheFile)
 {
     parent::setCacheFile($cacheFile);
     return $this;
 }