From 2705b3253256381e4c8c3530326f0363c922a5fd Mon Sep 17 00:00:00 2001 From: Kirill Date: Wed, 6 May 2015 16:06:33 +0300 Subject: [PATCH] Docs dictionary --- www/system/config/dictionary/en/sysdocs_object.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 www/system/config/dictionary/en/sysdocs_object.php diff --git a/www/system/config/dictionary/en/sysdocs_object.php b/www/system/config/dictionary/en/sysdocs_object.php new file mode 100644 index 00000000..b9aef2d0 --- /dev/null +++ b/www/system/config/dictionary/en/sysdocs_object.php @@ -0,0 +1,6 @@ + 'Class', + 'sysdocs_class_method' => 'Method', + 'sysdocs_class_method_param' => 'Param', + 'sysdocs_class_property' => 'Property', +); \ No newline at end of file