Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
yii
db
BaseActiveRecord
afterFind
yii\db\BaseActiveRecord::afterFind PHP Метод
Документация по классу BaseActiveRecord
Показать файл
Открыть проект
afterFind()
публичный
Метод
The default implementation will trigger an [[EVENT_AFTER_FIND]] event. When overriding this method, make sure you call the parent implementation to ensure the event is triggered.
public
afterFind
( )
public function afterFind() { $this->trigger(self::EVENT_AFTER_FIND); }
BaseActiveRecord
__get
__isset
__set
__unset
afterDelete
afterFind
afterRefresh
afterSave
beforeDelete
beforeSave
bindModels
canGetProperty
canSetProperty
delete
deleteAll
equals
extraFields
fields
findAll
findByCondition
findOne
getAttribute
getAttributeHint
getAttributeLabel
getDirtyAttributes
getIsNewRecord
getOldAttribute
getOldAttributes
getOldPrimaryKey
getPrimaryKey
getRelatedRecords
getRelation
hasAttribute
hasMany
hasOne
init
instantiate
isAttributeChanged
isPrimaryKey
isRelationPopulated
link
markAttributeDirty
offsetExists
offsetUnset
optimisticLock
populateRecord
populateRelation
refresh
save
setAttribute
setIsNewRecord
setOldAttribute
setOldAttributes
unlink
unlinkAll
update
updateAll
updateAllCounters
updateAttributes
updateCounters
updateInternal