选择语言 :

 Module_OOP_ORM_Parse::get_object_vars

null Module_OOP_ORM_Parse::get_object_vars( )
File: ./modules/oop/orm/parse.class.php
public static function get_object_vars($obj)
{
    return get_object_vars($obj);
}