Example #1
0
 public static function from_content($content)
 {
     $me = new self();
     $me->handle_content($content);
     return $me;
 }