PHP Интерфейс DMS\Filter\Filters\ObjectAwareFilter

Allows filters to be aware of the object they are being applied to.
Показать файл Открыть проект

Открытые методы

Метод Описание
getCurrentObject ( ) : object | null Retrieves the current Object to be used
setCurrentObject ( $object ) : object Set the current object so that the filter can access it

Описание методов

getCurrentObject() публичный Метод

Retrieves the current Object to be used
public getCurrentObject ( ) : object | null
Результат object | null | null

setCurrentObject() публичный Метод

Set the current object so that the filter can access it
public setCurrentObject ( $object ) : object
$object
Результат object mixed