Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WWBN/AVideo
/ ObjectInterface
Interface
ObjectInterface
objects/Object.php:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
<?php
2
3
interface ObjectInterface
4
{
5
6
public static function getTableName();
7
}
8
9
$tableExists = [];
10
Callers
8
getFromDb
Method · 0.45
getAll
Method · 0.45
getAllActive
Method · 0.45
getTotal
Method · 0.45
save
Method · 0.45
getAllFields
Method · 0.45
delete
Method · 0.45
truncateTable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected