Explorar el Código

Fix Warning on 1 element collection

Paolo Libertini hace 6 años
padre
commit
59647f6aad
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lib/Mooses/AbstractMongo.php

+ 4 - 0
lib/Mooses/AbstractMongo.php

@@ -5,6 +5,10 @@
  *
  * @author Paolo Libertini <paolo.libertini@thinkopen.it>
  * @method getCollection()
+ * @method sendAsArray()
+ * @method getCollectionData()
+ * @method loadByAttribute()
+ * @method load()
  * @method addFieldToFilter($_attributeName, $_value)
  * @method addFieldToSelect($_attributeName)
  */