@@ -24,6 +24,9 @@ discard block  | 
                                                    ||
| 24 | 24 |          return $this->get('type'); | 
                                                        
| 25 | 25 | }  | 
                                                        
| 26 | 26 | |
| 27 | + /**  | 
                                                        |
| 28 | + * @param integer $position  | 
                                                        |
| 29 | + */  | 
                                                        |
| 27 | 30 | public function setPosition($position)  | 
                                                        
| 28 | 31 |      { | 
                                                        
| 29 | 32 |          $this->set('position', $position); | 
                                                        
@@ -94,6 +97,9 @@ discard block  | 
                                                    ||
| 94 | 97 | return base64_decode($string);  | 
                                                        
| 95 | 98 | }  | 
                                                        
| 96 | 99 | |
| 100 | + /**  | 
                                                        |
| 101 | + * @param string $string  | 
                                                        |
| 102 | + */  | 
                                                        |
| 97 | 103 | public static function _urlEncode($string)  | 
                                                        
| 98 | 104 |      { | 
                                                        
| 99 | 105 | // return self::_rotUrl($string);  |