Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92761808
PhabricatorTranslation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 23, 12:29
Size
177 B
Mime Type
text/x-php
Expires
Mon, Nov 25, 12:29 (2 d)
Engine
blob
Format
Raw Data
Handle
22497935
Attached To
rPH Phabricator
PhabricatorTranslation.php
View Options
<?php
abstract
class
PhabricatorTranslation
{
abstract
public
function
getLanguage
();
abstract
public
function
getName
();
abstract
public
function
getTranslations
();
}
Event Timeline
Log In to Comment