コード例 #1
0
ファイル: functions.php プロジェクト: juzna/flowphp
/**
 * Shortcut for Flow\Flow::run
 *
 * @param array|mixed $components
 * @return array|mixed
 */
function flow($components)
{
    return Flow\Flow::run($components);
}