/**
  * Sets a file to require before creating the service.
  *
  * @param string $file A full pathname to include
  *
  * @return ehough_iconic_Definition The current instance
  *
  * @api
  */
 public function setFile($file)
 {
     $this->_delegate->setFile($file);
     return parent::setFile($file);
 }