Browse Source

Fix Warning on 1 element collection

Paolo Libertini 6 năm trước cách đây
mục cha
commit
59647f6aad
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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)
  */