Page MenuHomeCode

EntityDatabaseInterface.php
No OneTemporary

EntityDatabaseInterface.php

<?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

Mime Type
text/x-php
Expires
Thu, Jul 10, 17:26 (4 w, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21393
Default Alt Text
EntityDatabaseInterface.php (368 B)

Event Timeline