function crumbs_MonoPlugin_ParentPathCallback::__sleep in Crumbs, the Breadcrumbs suite 7.2
Return value
string[] Names of properties that should be remembered on serialize(). It should be noted that "callback" is not one of them, because this could be an anonymous function.
File
- lib/
MonoPlugin/ ParentPathCallback.php, line 37
Class
Code
function __sleep() {
return array(
'module',
'key',
);
}