infoweb\cms\behaviors\Base64EncodeBehavior::encode PHP Method

encode() public method

public encode ( $event )
    public function encode($event)
    {
        foreach ($this->attributes as $attribute) {
            $this->owner->{$attribute} = base64_encode($this->owner->{$attribute});
        }
    }
Base64EncodeBehavior