Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12870350
BaseCollection.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
546 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
;
///
/// Constants
///
const
CB_ZERO_ARG
=
"Callback function should have at least one argument"
;
///
/// 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
Mon, Nov 17, 15:48 (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3144897
Default Alt Text
BaseCollection.php (546 B)
Attached To
Mode
rKOT Keruald OmniTools
Attached
Detach File
Event Timeline
Log In to Comment