Open Journal Systems
3.3.0
ArrayList.php
1
<?php
2
3
/*
4
* Copyright (C) 2016 Sebastian Böttger <seboettg@gmail.com>
5
* You may use, distribute and modify this code under the
6
* terms of the MIT license.
7
*
8
* You should have received a copy of the MIT license with
9
* this file. If not, please visit: https://opensource.org/licenses/mit-license.php
10
*/
11
12
namespace
Seboettg\Collection
;
13
20
class
ArrayList
implements
Collection
21
{
22
use
ArrayListTrait
;
23
28
public
function
__construct
(array $data = [])
29
{
30
$this->array = $data;
31
}
32
}
Seboettg\Collection
Definition:
ArrayList.php:12
Seboettg\Collection\ArrayListTrait
trait ArrayListTrait
Definition:
ArrayListTrait.php:13
Seboettg\Collection\ArrayList\__construct
__construct(array $data=[])
Definition:
ArrayList.php:28
Seboettg\Collection\Collection
Definition:
generic/citationStyleLanguage/lib/vendor/seboettg/collection/src/Seboettg/Collection/Collection.php:20
Seboettg\Collection\ArrayList
Definition:
ArrayList.php:20
plugins
generic
citationStyleLanguage
lib
vendor
seboettg
collection
src
Seboettg
Collection
ArrayList.php
Generated on Fri Aug 28 2020 14:50:40 for Open Journal Systems by
1.8.17