class PHP::Object
- PHP::Object
- Reference
- Object
Defined in:
php_serializer/object.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #[](key : String)
- #[]=(key : String, value : PHP::Any)
- #[]?(key : String)
- #class_name : String
- #properties : Hash(String, PHP::Any)
- #to_json(*args, **options)
- #to_json(*args, **options, &)
Instance methods inherited from class Object
to_php_serialized(io : IO)to_php_serialized to_php_serialized
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.