コード例 #1
0
ファイル: runtime.php プロジェクト: hbnro/habanero
function value($from, $that, $or = FALSE)
{
    return \Staple\Helpers::fetch($from, $that, $or);
}