PHP 인터페이스 DMS\Filter\Filters\ObjectAwareFilter

Allows filters to be aware of the object they are being applied to.
파일 보기 프로젝트 열기: rdohms/dms-filter

공개 메소드들

메소드 설명
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