Completed
Push — master ( a62716...5e0eeb )
by Nicolaas
02:04
created
code/model/VimeoDataObject.php 1 patch
Doc Comments   +9 added lines, -4 removed lines patch added patch discarded remove patch
@@ -135,6 +135,7 @@  discard block
 block discarded – undo
135 135
     /**
136 136
      *
137 137
      * @param String - name of variable
138
+     * @param string $name
138 139
      *
139 140
      * @return Varchar Object
140 141
      */
@@ -149,7 +150,7 @@  discard block
 block discarded – undo
149 150
 
150 151
     /**
151 152
      * return icon as <img tag>
152
-     * @return String
153
+     * @return DBField
153 154
      */
154 155
     public function getIcon()
155 156
     {
@@ -168,7 +169,7 @@  discard block
 block discarded – undo
168 169
 
169 170
     /**
170 171
      * returns icon as myimage.png
171
-     * @return String
172
+     * @return DBField|null
172 173
      */
173 174
     public function getIconLink()
174 175
     {
@@ -181,7 +182,7 @@  discard block
 block discarded – undo
181 182
 
182 183
     /**
183 184
      * return icon as <img tag>
184
-     * @return String
185
+     * @return DBField
185 186
      */
186 187
     public function getFullImage()
187 188
     {
@@ -201,7 +202,7 @@  discard block
 block discarded – undo
201 202
 
202 203
     /**
203 204
      * returns icon as myimage.png
204
-     * @return String
205
+     * @return DBField|null
205 206
      */
206 207
     public function getFullImageLink()
207 208
     {
@@ -396,6 +397,10 @@  discard block
 block discarded – undo
396 397
     // use this to get node of tree by path with '/' terminator
397 398
     //
398 399
     //SOURCE: http://php.net/manual/en/function.xml-parse.php
400
+
401
+    /**
402
+     * @param string $__tag_path
403
+     */
399 404
     private function get_value_by_path($__xml_tree, $__tag_path)
400 405
     {
401 406
         $tmp_arr =& $__xml_tree;
Please login to merge, or discard this patch.