コード例 #1
0
ファイル: workflow.php プロジェクト: RStankov/config_files
 public static function getItemsAsXml()
 {
     return Item::toXml(self::$items);
 }
コード例 #2
0
 public static function getItemsAsXml()
 {
     return Item::toXml(self::$items, self::$enterprise, self::getBaseUrl());
 }