/** * Returns the file name the method is defined in. * * @return string */ public function getFileName() { return $this->declaringClass->getFileName(); }