Commit 82d103d0 by Carsten Brandt

added method visibility to api docs

issue #2503
parent b7fddd8d
......@@ -23,6 +23,7 @@ ArrayHelper::multisort($methods, 'name');
<div class="detailHeader h3" id="<?= $method->name . '()-detail' ?>">
<?= $method->name ?>()
<span class="detailHeaderTag small">
<?= $method->visibility ?>
method
<?php if (!empty($method->since)): ?>
(available since version <?php echo $method->since; ?>)
......
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