Page MenuHomePhorge

AphrontKeyboardShortcutsAvailableView.php
No OneTemporary

AphrontKeyboardShortcutsAvailableView.php

<?php
final class AphrontKeyboardShortcutsAvailableView extends AphrontView {
public function render() {
return phutil_tag(
'div',
array(
'class' => 'keyboard-shortcuts-available',
),
pht(
'Press %s to show keyboard shortcuts.',
phutil_tag('strong', array(), '?')));
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 22:40 (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129489
Default Alt Text
AphrontKeyboardShortcutsAvailableView.php (330 B)

Event Timeline