Completed
Push — master ( 7bfc6c...554965 )
by Joram van den
03:50
created
lib/Ajde/Resource.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.