Index of all elements
[ a ]
[ b ]
[ c ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ w ]
[ _ ]
top
b
- baseDir
- in file Mai.php, method Mai::baseDir()
Return the location of the Mai class.
top
top
top
f
- flush
- in file Log.php, method Mai_Log::flush()
Send output to the browser when firePHP is used.
top
g
- getAll
- in file Input.php, method Mai_Container_Input::getAll()
Return all sentences
- getAll
- in file Sentence.php, method Mai_Container_Sentence::getAll()
Return all words (by reference)
- getAutoloader
- in file Mai.php, method Mai::getAutoloader()
Return the value of $_autoloader.
- getEnv
- in file Mai.php, method Mai::getEnv()
Return the environment type.
- getInstance
- in file Registry.php, method Mai_Registry::getInstance()
Retrieve singleton instance
- getInstance
- in file Mai.php, method Mai::getInstance()
Retrieve singleton instance
- getInstance
- in file Analyzer.php, method Mai_Analyzer::getInstance()
Retrieve singleton instance
- getInstance
- in file Log.php, method Mai_Log::getInstance()
Retrieve singleton instance
- getInstance
- in file Memory.php, method Mai_Memory::getInstance()
Retrieve singleton instance
- getInstance
- in file Stat.php, method Mai_Stat::getInstance()
Retrieve singleton instance
- getInstance
- in file Container.php, method Mai_Container::getInstance()
Retrieve singleton instance
- getInstance
- in file Config.php, method Mai_Config::getInstance()
Retrieve singleton instance
- getInstance
- in file Cache.php, method Mai_Cache::getInstance()
Retrieve singleton instance
- getInstance
- in file Creator.php, method Mai_Creator::getInstance()
Retrieve singleton instance
- getIterator
- in file Input.php, method Mai_Container_Input::getIterator()
Function to implement the IteratorAggregate interface.
- getIterator
- in file Splitter.php, method Mai_Word_Splitter::getIterator()
Function to implement the IteratorAggregate interface.
- getNumber
- in file Interface.php, method Mai_Container_Word_Interface::getNumber()
- getNumber
- in file Word.php, method Mai_Container_Word::getNumber()
Return the number.
- getPerson
- in file Interface.php, method Mai_Container_Word_Interface::getPerson()
- getPerson
- in file Word.php, method Mai_Container_Word::getPerson()
Return the person.
- getSentence
- in file Interface.php, method Mai_Container_Input_Interface::getSentence()
- getSentence
- in file Input.php, method Mai_Container_Input::getSentence()
Return a sentence from storage.
- getSentenceMark
- in file Sentence.php, method Mai_Container_Sentence::getSentenceMark()
Return the sentence mark of this sentence.
- getSentenceMark
- in file Interface.php, method Mai_Container_Sentence_Interface::getSentenceMark()
- getTime
- in file Word.php, method Mai_Container_Word::getTime()
Return the time.
- getTime
- in file Interface.php, method Mai_Container_Word_Interface::getTime()
- getType
- in file Input.php, method Mai_Container_Input::getType()
Get the type of this container.
- getType
- in file Interface.php, method Mai_Container_Input_Interface::getType()
- getType
- in file Interface.php, method Mai_Container_Word_Interface::getType()
- getType
- in file Word.php, method Mai_Container_Word::getType()
Return the type of the word.
- getVar
- in file Config.php, method Mai_Config::getVar()
Use to get variables form the ini file. Acts the same as getInstance()
- getWord
- in file Word.php, method Mai_Container_Word::getWord()
Return the word.
- getWord
- in file Sentence.php, method Mai_Container_Sentence::getWord()
Return a word from storage.
- getWord
- in file Interface.php, method Mai_Container_Sentence_Interface::getWord()
- getWord
- in file Interface.php, method Mai_Container_Word_Interface::getWord()
- getWwId
- in file Word.php, method Mai_Container_Word::getWwId()
Get ww (verb) id.
- getWwId
- in file Interface.php, method Mai_Container_Word_Interface::getWwId()
top
top
top
m
- Mai
- in file Mai.php, class Mai
Mai is an overall class for Mai.
- Memory.php
- procedural page Memory.php
- Mai.php
- procedural page Mai.php
- Mai_Analyzer
- in file Analyzer.php, class Mai_Analyzer
Mai_Analyzer is a container class for the different analyzer classes.
- Mai_Analyzer_Interface
- in file Interface.php, class Mai_Analyzer_Interface
Mai_Analyzer_Interface is an interface for analyzer classes.
- Mai_Analyzer_Pattern
- in file Pattern.php, class Mai_Analyzer_Pattern
Mai_Analyzer_Pattern compares a pattern with given sources.
- Mai_Analyzer_Words
- in file Words.php, class Mai_Analyzer_Words
Mai_Analyzer_Words is an sentence analyzer. It compares words with defined sources.
- Mai_Cache
- in file Cache.php, class Mai_Cache
Mai_Cache is an gateway for cache classes.
- Mai_Cache_Interface
- in file Interface.php, class Mai_Cache_Interface
Mai_Cache_Interface is a interface for cache classes.
- Mai_Cache_Words
- in file Words.php, class Mai_Cache_Words
Mai_Cache_Words is a way to cache words.
- Mai_Config
- in file Config.php, class Mai_Config
Mai_Config holds the config of Mai.
- Mai_Container
- in file Container.php, class Mai_Container
Mai_Container is a gateway for container classes.
- Mai_Container_Input
- in file Input.php, class Mai_Container_Input
Mai_Container_Input is a container for input.
- Mai_Container_Input_Interface
- in file Interface.php, class Mai_Container_Input_Interface
Mai_Container_Input_Interface is an interface for input container classes.
- Mai_Container_Interface
- in file Interface.php, class Mai_Container_Interface
Mai_Container_Interface is a interface for container classes.
- Mai_Container_Sentence
- in file Sentence.php, class Mai_Container_Sentence
Mai_Container_Sentence is a container for a sentence.
- Mai_Container_Sentence_Interface
- in file Interface.php, class Mai_Container_Sentence_Interface
Mai_Container_Sentence_Interface is an interface for sentence container classes.
- Mai_Container_Word
- in file Word.php, class Mai_Container_Word
Mai_Container_Word is a container for a single word.
- Mai_Container_Word_Interface
- in file Interface.php, class Mai_Container_Word_Interface
Mai_Container_Word_Interface is a interface for word container classes.
- Mai_Creator
- in file Creator.php, class Mai_Creator
Mai_Creator is a container class for the different creator classes.
- Mai_Creator_Interface
- in file Interface.php, class Mai_Creator_Interface
Mai_Creator_Interface is an interface for creator classes.
- Mai_Creator_Pattern
- in file Pattern.php, class Mai_Creator_Pattern
Mai_Creator_Pattern is a creator class for patterns.
- Mai_Log
- in file Log.php, class Mai_Log
Mai_Log is a logger for Mai. Based on Zend_Log, firebug and firephp.
- Mai_Memory
- in file Memory.php, class Mai_Memory
Mai_Memory, the memory of Mai (session based).
- Mai_Pattern
- in file Pattern.php, class Mai_Pattern
Mai_Pattern holds a pattern.
- Mai_Registry
- in file Registry.php, class Mai_Registry
Mai_Registry acts as the registry for Mai.
- Mai_Stat
- in file Stat.php, class Mai_Stat
Mai_Stat is a statistics manager of Mai.
- Mai_Word_Splitter
- in file Splitter.php, class Mai_Word_Splitter
Mai_Word_Splitter splits a string in to smaller pieces.
- MSG_TYPE_COMMAND
- in file Mai.php, class constant Mai::MSG_TYPE_COMMAND
- MSG_TYPE_LOGOUT
- in file Mai.php, class constant Mai::MSG_TYPE_LOGOUT
- MSG_TYPE_NORMAL
- in file Mai.php, class constant Mai::MSG_TYPE_NORMAL
Text types
top
top
top
r
- Registry.php
- procedural page Registry.php
- removeSource
- in file Words.php, method Mai_Analyzer_Words::removeSource()
Remove source.
- removeSource
- in file Pattern.php, method Mai_Analyzer_Pattern::removeSource()
Remove source.
- removeSource
- in file Interface.php, method Mai_Analyzer_Interface::removeSource()
- returnCacheFromFile
- in file Words.php, method Mai_Cache_Words::returnCacheFromFile()
Loads the class array from a defined php file.
- returnCacheFromFile
- in file Interface.php, method Mai_Cache_Interface::returnCacheFromFile()
- returnContainerArray
- in file Splitter.php, method Mai_Word_Splitter::returnContainerArray()
Return the container array. Is empty if called before run().
- returnPattern
- in file Pattern.php, method Mai_Pattern::returnPattern()
Return the created pattern.
- returnPattern
- in file Pattern.php, method Mai_Creator_Pattern::returnPattern()
Return the created pattern.
- returnSentenceMarks
- in file Splitter.php, method Mai_Word_Splitter::returnSentenceMarks()
Return the sentence marks array. Is empty if called before run().
- returnSentencesAmount
- in file Splitter.php, method Mai_Word_Splitter::returnSentencesAmount()
Return the amount of sentences.
- returnWordArray
- in file Splitter.php, method Mai_Word_Splitter::returnWordArray()
Return the word array. Is empty if called before run().
- returnWordData
- in file Words.php, method Mai_Analyzer_Words::returnWordData()
Return data from the analyzed words.
- run
- in file Words.php, method Mai_Analyzer_Words::run()
Analyze the word array (or containers) and save locally.
- run
- in file Pattern.php, method Mai_Creator_Pattern::run()
Runs the splitting process.
- run
- in file Interface.php, method Mai_Creator_Interface::run()
- run
- in file Interface.php, method Mai_Analyzer_Interface::run()
- run
- in file Pattern.php, method Mai_Analyzer_Pattern::run()
Analyze the pattern.
- run
- in file Splitter.php, method Mai_Word_Splitter::run()
Runs the splitting process.
top
s
- Sentence.php
- procedural page Sentence.php
- Stat.php
- procedural page Stat.php
- Splitter.php
- procedural page Splitter.php
- set
- in file Words.php, method Mai_Analyzer_Words::set()
Set the word array to analyze. This function uses references.
- set
- in file Interface.php, method Mai_Analyzer_Interface::set()
- set
- in file Pattern.php, method Mai_Analyzer_Pattern::set()
Set data to analyze.
- setAutoloader
- in file Mai.php, method Mai::setAutoloader()
Set whether classes are loaded using a autoloader or not.
- setEnv
- in file Mai.php, method Mai::setEnv()
Set the environment type.
- setNumber
- in file Word.php, method Mai_Container_Word::setNumber()
Set number.
- setNumber
- in file Interface.php, method Mai_Container_Word_Interface::setNumber()
- setPerson
- in file Interface.php, method Mai_Container_Word_Interface::setPerson()
- setPerson
- in file Word.php, method Mai_Container_Word::setPerson()
Set person.
- setSentenceMark
- in file Sentence.php, method Mai_Container_Sentence::setSentenceMark()
Set the sentence mark of this sentence.
- setSentenceMark
- in file Interface.php, method Mai_Container_Sentence_Interface::setSentenceMark()
- setString
- in file Splitter.php, method Mai_Word_Splitter::setString()
- setTime
- in file Word.php, method Mai_Container_Word::setTime()
Set time.
- setTime
- in file Interface.php, method Mai_Container_Word_Interface::setTime()
- setType
- in file Interface.php, method Mai_Container_Word_Interface::setType()
- setType
- in file Word.php, method Mai_Container_Word::setType()
Set type.
- setType
- in file Input.php, method Mai_Container_Input::setType()
Set the input type of this container.
- setType
- in file Interface.php, method Mai_Container_Input_Interface::setType()
- setWordArray
- in file Pattern.php, method Mai_Creator_Pattern::setWordArray()
- setWwId
- in file Word.php, method Mai_Container_Word::setWwId()
Set ww (verb) id
- setWwId
- in file Interface.php, method Mai_Container_Word_Interface::setWwId()
- start
- in file Stat.php, method Mai_Stat::start()
Start the statistics.
- STARTED
- in file Stat.php, class constant Mai_Stat::STARTED
- STORAGE_TYPE_ARRAY
- in file Mai.php, class constant Mai::STORAGE_TYPE_ARRAY
Storage types
- STORAGE_TYPE_CLASS
- in file Mai.php, class constant Mai::STORAGE_TYPE_CLASS
top
w
- Words.php
- procedural page Words.php
- Words.php
- procedural page Words.php
- Word.php
- procedural page Word.php
- WAITING_FOR_START
- in file Stat.php, class constant Mai_Stat::WAITING_FOR_START
Constants for the status of Mai_Stat
- WN_ENKELVOUD
- in file Mai.php, class constant Mai::WN_ENKELVOUD
Word numbers (one or multiple)
- WN_MEERVOUD
- in file Mai.php, class constant Mai::WN_MEERVOUD
- WP_1_ENKELVOUD
- in file Mai.php, class constant Mai::WP_1_ENKELVOUD
Persons (ik, jij, etc.)
- WP_1_MEERVOUD
- in file Mai.php, class constant Mai::WP_1_MEERVOUD
- WP_2_ENKELVOUD
- in file Mai.php, class constant Mai::WP_2_ENKELVOUD
- WP_2_MEERVOUD
- in file Mai.php, class constant Mai::WP_2_MEERVOUD
- WP_3_ENKELVOUD
- in file Mai.php, class constant Mai::WP_3_ENKELVOUD
- WP_3_MEERVOUD
- in file Mai.php, class constant Mai::WP_3_MEERVOUD
- WT_AANWIJZEND_VOORNAAMWOORD
- in file Mai.php, class constant Mai::WT_AANWIJZEND_VOORNAAMWOORD
- WT_AFSCHEID
- in file Mai.php, class constant Mai::WT_AFSCHEID
- WT_BEGROETING
- in file Mai.php, class constant Mai::WT_BEGROETING
- WT_BEZITTELIJK_VOORNAAMWOORD
- in file Mai.php, class constant Mai::WT_BEZITTELIJK_VOORNAAMWOORD
- WT_BIJVOEGELIJK_NAAMWOORD
- in file Mai.php, class constant Mai::WT_BIJVOEGELIJK_NAAMWOORD
Word types (Dutch)
- WT_HOOFDTELWOORD
- in file Mai.php, class constant Mai::WT_HOOFDTELWOORD
- WT_LIDWOORD
- in file Mai.php, class constant Mai::WT_LIDWOORD
- WT_NAAM
- in file Mai.php, class constant Mai::WT_NAAM
- WT_PERSOONLIJK_VOORNAAMWOORD
- in file Mai.php, class constant Mai::WT_PERSOONLIJK_VOORNAAMWOORD
- WT_PERSOONLIJK_VOORNAAMWOORD_VOORWERP
- in file Mai.php, class constant Mai::WT_PERSOONLIJK_VOORNAAMWOORD_VOORWERP
- WT_PLAATSNAAM
- in file Mai.php, class constant Mai::WT_PLAATSNAAM
- WT_RANGTELWOORD
- in file Mai.php, class constant Mai::WT_RANGTELWOORD
- WT_VOEGWOORD
- in file Mai.php, class constant Mai::WT_VOEGWOORD
- WT_VOORZETSEL
- in file Mai.php, class constant Mai::WT_VOORZETSEL
- WT_VRAGEND_VOORNAAMWOORD
- in file Mai.php, class constant Mai::WT_VRAGEND_VOORNAAMWOORD
- WT_WERKWOORD
- in file Mai.php, class constant Mai::WT_WERKWOORD
- WT_ZELFSTANDIG_NAAMWOORD
- in file Mai.php, class constant Mai::WT_ZELFSTANDIG_NAAMWOORD
- WVT_TEGENWOORDIGE_TIJD
- in file Mai.php, class constant Mai::WVT_TEGENWOORDIGE_TIJD
Verbs (times)
- WVT_VERLEDEN_TIJD
- in file Mai.php, class constant Mai::WVT_VERLEDEN_TIJD
top
_
- $_autoloader
- in file Mai.php, variable Mai::$_autoloader
- $_baseDir
- in file Mai.php, variable Mai::$_baseDir
- $_cacheFilename
- in file Words.php, variable Mai_Cache_Words::$_cacheFilename
Name of the cache file.
- $_cacheLocation
- in file Words.php, variable Mai_Cache_Words::$_cacheLocation
Location of the cache file.
- $_cacheVariableName
- in file Words.php, variable Mai_Cache_Words::$_cacheVariableName
Name of the cache variable.
- $_channel
- in file Log.php, variable Mai_Log::$_channel
- $_containerArray
- in file Splitter.php, variable Mai_Word_Splitter::$_containerArray
- $_env
- in file Mai.php, variable Mai::$_env
- $_envAllowed
- in file Mai.php, variable Mai::$_envAllowed
- $_envNames
- in file Mai.php, variable Mai::$_envNames
- $_iniFile
- in file Registry.php, variable Mai_Registry::$_iniFile
- $_iniFile
- in file Config.php, variable Mai_Config::$_iniFile
- $_init
- in file Mai.php, variable Mai::$_init
- $_init
- in file Log.php, variable Mai_Log::$_init
- $_inputType
- in file Input.php, variable Mai_Container_Input::$_inputType
- $_instance
- in file Memory.php, variable Mai_Memory::$_instance
- $_instance
- in file Log.php, variable Mai_Log::$_instance
- $_instance
- in file Mai.php, variable Mai::$_instance
- $_instance
- in file Analyzer.php, variable Mai_Analyzer::$_instance
- $_instance
- in file Config.php, variable Mai_Config::$_instance
- $_instance
- in file Stat.php, variable Mai_Stat::$_instance
- $_instance
- in file Cache.php, variable Mai_Cache::$_instance
- $_instance
- in file Registry.php, variable Mai_Registry::$_instance
- $_instance
- in file Container.php, variable Mai_Container::$_instance
- $_instance
- in file Creator.php, variable Mai_Creator::$_instance
- $_logger
- in file Log.php, variable Mai_Log::$_logger
- $_memory
- in file Memory.php, variable Mai_Memory::$_memory
- $_memoryItems
- in file Memory.php, variable Mai_Memory::$_memoryItems
- $_newSentenceMarks
- in file Splitter.php, variable Mai_Word_Splitter::$_newSentenceMarks
Punctuation marks that mark a new sentence.
- $_number
- in file Word.php, variable Mai_Container_Word::$_number
- $_pattern
- in file Pattern.php, variable Mai_Pattern::$_pattern
- $_pattern
- in file Pattern.php, variable Mai_Creator_Pattern::$_pattern
- $_patternArray
- in file Pattern.php, variable Mai_Analyzer_Pattern::$_patternArray
- $_patternArray
- in file Pattern.php, variable Mai_Pattern::$_patternArray
- $_patternString
- in file Pattern.php, variable Mai_Analyzer_Pattern::$_patternString
- $_person
- in file Word.php, variable Mai_Container_Word::$_person
- $_request
- in file Log.php, variable Mai_Log::$_request
- $_response
- in file Pattern.php, variable Mai_Analyzer_Pattern::$_response
- $_response
- in file Log.php, variable Mai_Log::$_response
- $_responseType
- in file Pattern.php, variable Mai_Analyzer_Pattern::$_responseType
- $_sentenceMark
- in file Words.php, variable Mai_Analyzer_Words::$_sentenceMark
- $_sentenceMark
- in file Sentence.php, variable Mai_Container_Sentence::$_sentenceMark
- $_sentenceMarks
- in file Splitter.php, variable Mai_Word_Splitter::$_sentenceMarks
Contains the punctuation marks, sorted by sentence
- $_sentences
- in file Input.php, variable Mai_Container_Input::$_sentences
- $_sentences
- in file Splitter.php, variable Mai_Word_Splitter::$_sentences
Contains the number of sentences.
- $_sources
- in file Words.php, variable Mai_Analyzer_Words::$_sources
- $_sources
- in file Pattern.php, variable Mai_Analyzer_Pattern::$_sources
- $_status
- in file Stat.php, variable Mai_Stat::$_status
- $_storageType
- in file Words.php, variable Mai_Analyzer_Words::$_storageType
- $_time
- in file Word.php, variable Mai_Container_Word::$_time
- $_timeEnd
- in file Stat.php, variable Mai_Stat::$_timeEnd
- $_timeStart
- in file Stat.php, variable Mai_Stat::$_timeStart
- $_type
- in file Word.php, variable Mai_Container_Word::$_type
- $_type
- in file Splitter.php, variable Mai_Word_Splitter::$_type
Type of storage (whether to use classes or not)
- $_word
- in file Word.php, variable Mai_Container_Word::$_word
- $_wordArray
- in file Pattern.php, variable Mai_Creator_Pattern::$_wordArray
- $_wordArray
- in file Pattern.php, variable Mai_Pattern::$_wordArray
- $_wordArray
- in file Splitter.php, variable Mai_Word_Splitter::$_wordArray
Contains an array with words, sorted by sentence.
- $_wordArray
- in file Words.php, variable Mai_Analyzer_Words::$_wordArray
- $_wordArrayData
- in file Words.php, variable Mai_Analyzer_Words::$_wordArrayData
- $_wordContainers
- in file Words.php, variable Mai_Analyzer_Words::$_wordContainers
- $_words
- in file Sentence.php, variable Mai_Container_Sentence::$_words
- $_wordsString
- in file Splitter.php, variable Mai_Word_Splitter::$_wordsString
The string to split.
- $_wwId
- in file Word.php, variable Mai_Container_Word::$_wwId
- __clone
- in file Memory.php, method Mai_Memory::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Creator.php, method Mai_Creator::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Log.php, method Mai_Log::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Analyzer.php, method Mai_Analyzer::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Stat.php, method Mai_Stat::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Cache.php, method Mai_Cache::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Config.php, method Mai_Config::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Container.php, method Mai_Container::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Registry.php, method Mai_Registry::__clone()
Cloning of a singleton class is not allowed.
- __clone
- in file Mai.php, method Mai::__clone()
Cloning of a singleton class is not allowed.
- __construct
- in file Mai.php, method Mai::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Word.php, method Mai_Container_Word::__construct()
- __construct
- in file Words.php, method Mai_Analyzer_Words::__construct()
Check if Mai has been setup and that the creator is Mai_Analyzer.
- __construct
- in file Pattern.php, method Mai_Analyzer_Pattern::__construct()
Check if Mai has been setup and that the creator is Mai_Analyzer.
- __construct
- in file Pattern.php, method Mai_Creator_Pattern::__construct()
Constructor checks if Mai has been set up.
- __construct
- in file Analyzer.php, method Mai_Analyzer::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Container.php, method Mai_Container::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Creator.php, method Mai_Creator::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Words.php, method Mai_Cache_Words::__construct()
Constructor sets the path and filename for saving and loading the cache.
- __construct
- in file Memory.php, method Mai_Memory::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Log.php, method Mai_Log::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Registry.php, method Mai_Registry::__construct()
Set default values.
- __construct
- in file Splitter.php, method Mai_Word_Splitter::__construct()
Constructor checks if Mai has been set up.
- __construct
- in file Config.php, method Mai_Config::__construct()
Mai_Config can only be created by itself. Starts up the parent constructor.
- __construct
- in file Stat.php, method Mai_Stat::__construct()
Private constructor to prevent creation of this object.
- __construct
- in file Pattern.php, method Mai_Pattern::__construct()
Constructor checks if Mai has been set up.
- __construct
- in file Cache.php, method Mai_Cache::__construct()
Private constructor to prevent creation of this object.
- __get
- in file Memory.php, method Mai_Memory::__get()
Get a variable from the memory.
- __set
- in file Memory.php, method Mai_Memory::__set()
Set a value in the memory.
- __wakeup
- in file Registry.php, method Mai_Registry::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Log.php, method Mai_Log::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Creator.php, method Mai_Creator::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Memory.php, method Mai_Memory::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Analyzer.php, method Mai_Analyzer::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Container.php, method Mai_Container::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Cache.php, method Mai_Cache::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Stat.php, method Mai_Stat::__wakeup()
Function to prevent deserializing
- __wakeup
- in file Config.php, method Mai_Config::__wakeup()
Function to prevent deserializing
top
|
|