Free Mobile client library for the Yii Framework.
Free Mobile for Yii is distributed under the MIT License.
ClientException
class now extends from yii\base\Exception
.ClientException
class.Client::EVENT_BEFORE_SEND
constant to EVENT_REQUEST
.Client::EVENT_AFTER_SEND
constant to EVENT_RESPONSE
.jsonSerialize()
and __toString()
methods.Client->endPoint
property is now an instance of Psr\Http\Message\UriInterface
interface.RequestEvent
and RequestResponse
classes.Client::EVENT_REQUEST
to EVENT_BEFORE_SEND
.Client::EVENT_RESPONSE
to EVENT_AFTER_SEND
.Client->endPoint
property.Client::DEFAULT_ENDPOINT
constant.cedx/freemobile
module.init()
methods.LogTarget->client
property.yii\freemobile
.FreeMobileTarget
class to LogTarget
.Client
component.RequestEvent
and ResponseEvent
events.toJSON()
method.final
modifier from the jsonSerialize()
method.jsonSerialize()
and toJSON()
methods.userName
property to username
.1
.$throwExceptions
parameter from the export()
method.
Comments