Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/core/DAV/
H A DAbstractDirectory.php63 $class_type = $this->getClassType();
69 $child_class = $class_type . '\\Directory';
71 $child_class = $class_type . '\\File';
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php29 $class_type = $this->getClassType();
60 $child_class = $class_type . '\\Directory';
62 $child_class = $class_type . '\\File';
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c114 #define object_properties_init(zo, class_type) \ argument
118 &class_type->default_properties, \