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

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

공개 메소드들

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

메소드 상세

onAfterBuildQuery() 공개 메소드

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

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