PHP 클래스 FOF30\Model\DataModel\Behaviour\Enabled

부터: 2.1
상속: extends FOF30\Event\Observer
파일 보기 프로젝트 열기: akeeba/fof 1 사용 예제들

공개 메소드들

메소드 설명
onAfterLoad ( &$model, &$keys ) : void The event runs after DataModel has retrieved a single item from the database. It is used to apply automatic filters.
onBeforeBuildQuery ( &$model, &$query ) : void This event runs before we have built the query used to fetch a record list in a model. It is used to apply automatic query filters.

메소드 상세

onAfterLoad() 공개 메소드

The event runs after DataModel has retrieved a single item from the database. It is used to apply automatic filters.
public onAfterLoad ( &$model, &$keys ) : void
리턴 void

onBeforeBuildQuery() 공개 메소드

This event runs before we have built the query used to fetch a record list in a model. It is used to apply automatic query filters.
public onBeforeBuildQuery ( &$model, &$query ) : void
리턴 void