Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12741846
BaseCollection.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
571 B
Referenced Files
None
Subscribers
None
BaseCollection.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Keruald\OmniTools\Collections
;
abstract
class
BaseCollection
{
use
WithCollection
;
///
/// 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
Sun, Nov 16, 13:35 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3116184
Default Alt Text
BaseCollection.php (571 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment