PHP Interface DMS\Filter\Filters\ObjectAwareFilter

Allows filters to be aware of the object they are being applied to.
Afficher le fichier Open project: rdohms/dms-filter

Méthodes publiques

Méthode Description
getCurrentObject ( ) : object | null Retrieves the current Object to be used
setCurrentObject ( $object ) : object Set the current object so that the filter can access it

Method Details

getCurrentObject() public méthode

Retrieves the current Object to be used
public getCurrentObject ( ) : object | null
Résultat object | null | null

setCurrentObject() public méthode

Set the current object so that the filter can access it
public setCurrentObject ( $object ) : object
$object
Résultat object mixed