__construct() __construct(object $subject) Initializes this event with the given subject. Parameters object $subject
getSubject() getSubject() : object Returns the object that is the subject of this event. Returns object
createInstance() createInstance(object $subject) : static Creates a new instance of a derived object and return that. Used as convenience method for fluent interfaces. Parameters object $subject Returns static
setFile() setFile(string $file) : self|\phpDocumentor\Parser\Event\PreFileEvent Sets the name of the file that is about to be processed. Parameters string $file Returns self|\phpDocumentor\Parser\Event\PreFileEvent
getFile() getFile() : string Returns the name of the file that is about to be processed. Returns string