class PHP::Object

Defined in:

php_serializer/object.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_php_serialized(io : IO)
to_php_serialized
to_php_serialized

Constructor Detail

def self.new(class_name : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def [](key : String) #

[View source]
def []=(key : String, value : PHP::Any) #

[View source]
def []?(key : String) #

[View source]
def class_name : String #

[View source]
def properties : Hash(String, PHP::Any) #

[View source]
def to_json(*args, **options) #

[View source]
def to_json(*args, **options, &) #

[View source]