-
-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation in Serialization class #57
Conversation
/** | ||
* Serialize MTProto class | ||
* @param string $filename the dump file | ||
* @param MTProto $instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- @param \danog\MadelineProto\API $instance
* Serialize MTProto class | ||
* @param string $filename the dump file | ||
* @param MTProto $instance | ||
* @param string $force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- @param boolean $force
/** | ||
* Deserialize MTPRoto class | ||
* @param string $filename | ||
* @return boolean|MTProto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@return boolean|\danog\MadelineProto\API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PICKY AF XD
* | ||
* @param string $filename the dump file | ||
* @param MTProto $instance | ||
* @param string $force |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a boolean.
* Serialize MTProto class. | ||
* | ||
* @param string $filename the dump file | ||
* @param MTProto $instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an instance of \danog\MadelineProto\API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry!
* | ||
* @param string $filename | ||
* | ||
* @return bool|MTProto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an instance of \danog\MadelineProto\API
My last commit is after 3 beers! sorry! :-D |
No description provided.