abstract class Inspector (View source)

Abstract class that all the file inspectors must extend.

Methods

inspect(Version $fv)

This method is called when a File\Version class refreshes its attributes.

Details

abstract inspect(Version $fv)

This method is called when a File\Version class refreshes its attributes.

This can be used to update the File\Version attributes as well as its contents.

Parameters

Version $fv