Completed
Push — master ( 9ebe33 )
by Kaushik
28:24
created
lib/net/authorize/util/Mapper.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -53,6 +53,9 @@  discard block
 block discarded – undo
53 53
 	// 	// return $this->classes[$classname]['properties'][$property]['type'];
54 54
 	// }
55 55
 
56
+	/**
57
+	 * @param string $class
58
+	 */
56 59
 	public function getClass($class, $property){
57 60
         // make the first letter of property as lowercase as all properties are lowercase
58 61
 		$property = lcfirst($property);
@@ -109,6 +112,9 @@  discard block
 block discarded – undo
109 112
 		// return $this->classes[$classname]['properties'][$property]['type'];
110 113
 	}
111 114
 
115
+    /**
116
+     * @param string $class
117
+     */
112 118
     public function getXmlName($class){
113 119
         if(isset($this->classes[$class]['xml_root_name'])){
114 120
             return $this->classes[$class]['xml_root_name'];
Please login to merge, or discard this patch.