From 0d720e06953c38d6cd0348805e21f94e3de4b888 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 20 Feb 2014 21:08:37 +0100 Subject: [PATCH] added property visibility to api docs issue #2503 --- extensions/apidoc/templates/html/views/propertyDetails.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/apidoc/templates/html/views/propertyDetails.php b/extensions/apidoc/templates/html/views/propertyDetails.php index 15ab7a966d..7d344a4014 100644 --- a/extensions/apidoc/templates/html/views/propertyDetails.php +++ b/extensions/apidoc/templates/html/views/propertyDetails.php @@ -23,6 +23,7 @@ ArrayHelper::multisort($properties, 'name');
name; ?> + visibility ?> property getIsReadOnly()) echo ' read-only '; ?> getIsWriteOnly()) echo ' write-only '; ?>