diff --git a/CodeTips/JsonNetCodeTips.php b/CodeTips/JsonNetCodeTips.php new file mode 100644 index 0000000..1828308 --- /dev/null +++ b/CodeTips/JsonNetCodeTips.php @@ -0,0 +1,90 @@ + extension #40 JsonNet version v1.3.0 ] { + + - Constants [2] { + Constant [ string JSONNET_PHP_VERSION ] { v1.3.0 } + Constant [ string JSONNET_PHP_AUTHOR ] { Chitao.Gao [ neeke@php.net ] } + } + + - Functions { + Function [ function jsonnet_get_version ] { + } + Function [ function jsonnet_get_author ] { + } + } + + - Classes [1] { + Class [ class JsonNet ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method evaluateFile ] { + + - Parameters [1] { + Parameter #0 [ $file_path ] + } + } + + Method [ static public method evaluateSnippet ] { + + - Parameters [1] { + Parameter #0 [ $snippet_string ] + } + } + + Method [ static public method fmtFile ] { + + - Parameters [1] { + Parameter #0 [ $file_path ] + } + } + + Method [ static public method fmtSnippet ] { + + - Parameters [1] { + Parameter #0 [ $snippet_string ] + } + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + } + } + } +} +``` + +###CodeTips +``` + + + +