You are here

function crumbs_MonoPlugin_TitleCallback::__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/TitleCallback.php, line 37

Class

crumbs_MonoPlugin_TitleCallback

Code

function __sleep() {
  return array(
    'module',
    'key',
  );
}