Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F14040735
BaseCollection.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
431 B
Referenced Files
None
Subscribers
None
BaseCollection.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Keruald\OmniTools\Collections
;
abstract
class
BaseCollection
{
///
/// Constructors
///
public
static
abstract
function
from
(
iterable
$items
)
:
static
;
///
/// Getters
///
public
abstract
function
toArray
()
:
array
;
///
/// Properties
///
public
abstract
function
count
()
:
int
;
public
abstract
function
isEmpty
()
:
bool
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 17:44 (19 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3156159
Default Alt Text
BaseCollection.php (431 B)
Attached To
Mode
rKOT Keruald OmniTools
Attached
Detach File
Event Timeline
Log In to Comment