function newFromText($text)
 {
     $whow = new WikihowArticleEditor();
     $whow->loadFromText($text);
     return $whow;
 }