/**
  * {@inheritDoc}
  */
 public function getFileContents()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFileContents', array());
     return parent::getFileContents();
 }
 /**
  * Return the contents of a file
  */
 public function getFileContents()
 {
     return parent::getFileContents();
 }