expose Vector->count() for use inside hphp

Esse commit está contido em:
bill fumerola
2013-05-09 16:47:47 -07:00
commit de Sara Golemon
commit 771c423868
+4
Ver Arquivo
@@ -134,6 +134,10 @@ class c_Vector : public ExtObjectDataFlags<ObjectData::VectorAttrInit|
int getVersion() {
return m_version;
}
int64_t size() {
return m_size;
}
Array toArrayImpl() const;