33 if (count($this->serialAttributes)) {
34 foreach ($this->serialAttributes as $attribute) {
35 $_att = $this->getOwner()->$attribute;
36 $this->getOwner()->$attribute = base64_encode($_att);
46 if (count($this->serialAttributes)) {
47 foreach ($this->serialAttributes as $attribute) {
48 $_att = $this->getOwner()->$attribute;
50 $a = base64_decode($_att);
52 $this->getOwner()->$attribute = $a;
54 $this->getOwner()->$attribute =
'';
66 if (count($this->serialAttributes)) {
67 foreach ($this->serialAttributes as $attribute) {
68 $_att = $this->getOwner()->$attribute;
70 $a = base64_decode($_att);
72 $this->getOwner()->$attribute = $a;
74 $this->getOwner()->$attribute =
'';