Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1136653
EntityDatabaseInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
368 B
Subscribers
None
EntityDatabaseInterface.php
View Options
<?php
namespace
Zed\Models\Base
;
use
Keruald\Database\DatabaseEngine
;
/*
* The save_to_database and load_from_database methods
* can use $db = $this->getDatabase();
*/
interface
EntityDatabaseInterface
{
public
function
save_to_database
()
:
void
;
public
function
load_from_database
()
:
bool
;
public
function
getDatabase
()
:
DatabaseEngine
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jul 10, 17:26 (4 w, 15 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21393
Default Alt Text
EntityDatabaseInterface.php (368 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment