yii\behaviors\AttributeTypecastBehavior::afterFind PHP Method

afterFind() public method

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