Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123176773
HarbormasterScratchTable.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
Fri, Jul 25, 12:29
Size
366 B
Mime Type
text/x-php
Expires
Sun, Jul 27, 12:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27655057
Attached To
rPH Phabricator
HarbormasterScratchTable.php
View Options
<?php
/**
* This is just a test table that unit tests can use if they need to test
* generic database operations. It won't change and break tests and stuff, and
* mistakes in test construction or isolation won't impact the application in
* any way.
*/
final
class
HarbormasterScratchTable
extends
HarbormasterDAO
{
protected
$data
;
protected
$bigData
;
}
Event Timeline
Log In to Comment