Class: PHPVM::PHPObject

Inherits:
Object
  • Object
show all
Defined in:
ext/php_vm/php_vm.c

Instance Method Summary collapse

Instance Method Details

#php_classObject



1031
1032
1033
1034
# File 'ext/php_vm/php_vm.c', line 1031

VALUE rb_php_object_php_class(VALUE self)
{
	return rb_iv_get(self, "php_class");
}