Commit 0d720e06 by Carsten Brandt

added property visibility to api docs

issue #2503
parent 82d103d0
...@@ -23,6 +23,7 @@ ArrayHelper::multisort($properties, 'name'); ...@@ -23,6 +23,7 @@ ArrayHelper::multisort($properties, 'name');
<div class="detailHeader h3" id="<?= $property->name.'-detail' ?>"> <div class="detailHeader h3" id="<?= $property->name.'-detail' ?>">
<?php echo $property->name; ?> <?php echo $property->name; ?>
<span class="detailHeaderTag small"> <span class="detailHeaderTag small">
<?= $property->visibility ?>
property property
<?php if($property->getIsReadOnly()) echo ' <em>read-only</em> '; ?> <?php if($property->getIsReadOnly()) echo ' <em>read-only</em> '; ?>
<?php if($property->getIsWriteOnly()) echo ' <em>write-only</em> '; ?> <?php if($property->getIsWriteOnly()) echo ' <em>write-only</em> '; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment