Esempio n. 1
0
 public static function createFromNode(NodeElement $node)
 {
     $noty = new NotyContainer();
     $noty->parse($node);
     return $noty;
 }