|
|
@ -20,7 +20,7 @@ |
|
|
|
<?php if ($method !== null): ?> |
|
|
|
<?php if ($method !== null): ?> |
|
|
|
<span class="call"> |
|
|
|
<span class="call"> |
|
|
|
<?php if ($file !== null) echo '–' ?> |
|
|
|
<?php if ($file !== null) echo '–' ?> |
|
|
|
<?php if ($class !== null) echo $this->addTypeLinks($class) . '→'; ?><?php echo $this->addTypeLinks($method . '()'); ?> |
|
|
|
<?php if ($class !== null) echo $this->addTypeLinks($class) . '::'; ?><?php echo $this->addTypeLinks($method . '()'); ?> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
<?php endif; ?> |
|
|
|
<?php endif; ?> |
|
|
|
<span class="at"><?php if ($line !== null) echo 'at line'; ?></span>
|
|
|
|
<span class="at"><?php if ($line !== null) echo 'at line'; ?></span>
|
|
|
|