Ejemplo n.º 1
0
 /**
  * Creates a context and marshalls it
  * @param    array         $fbml_env
  * @param    FBMLFlavor    $flavor
  * @return   string        Marshalled context
  */
 public static function marshall_($flavor)
 {
     $context = new FBMLContext($flavor);
     return array($context->marshall(), $context->hash());
 }