yii\behaviors\AttributeTypecastBehavior::afterFind PHP Méthode

afterFind() public méthode

Handles owner 'afterFind' event, ensuring attribute typecasting.
public afterFind ( Event $event )
$event yii\base\Event event instance.
    public function afterFind($event)
    {
        $this->typecastAttributes();
    }