Esempio n. 1
0
 /**
  * Returns the handle of the DynamicItem handle.
  */
 public final function getDynamicItemsParserHandler()
 {
     $chunks = explode('\\', get_class($this));
     return \C5TL\Parser::handlifyString(end($chunks));
 }