You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only MgdSchema methods that have documentation available as reflectable PhpDocs are:
public __construct([$guid_or_id])
Creates new empty instance or fetch object's data from storage if argument is of integer or string type. In latter case valid guid is expected. Throws midgard_error_exception on failure
public get_by_guid($guid)
Get object which is identified by given guid
It would be important to have them all contain good documentation.
Currently only MgdSchema methods that have documentation available as reflectable PhpDocs are:
It would be important to have them all contain good documentation.
(copied from http://trac.midgard-project.org/ticket/1499)
The text was updated successfully, but these errors were encountered: