__set() __set(string $property, object|string $value) Set current property Parameters string $property it is property of the called object object|string $value it is value of the called object Throws \SSilence\ImapClient\ImapClientException
__get() __get(string $property) : object|string Get current property Parameters string $property Throws \SSilence\ImapClient\ImapClientException Returns object|string
__isset() __isset(string $property) : object|string Check isset() current object property Parameters string $property Throws \SSilence\ImapClient\ImapClientException Returns object|string
__unset() __unset(string $property) Unset current object property Parameters string $property Throws \SSilence\ImapClient\ImapClientException
jsonSerialize() jsonSerialize() : array Returns the private properties of the object when serializing, like this json_encode(). Returns array