0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
lib
/
core
/
FutureLink
/
[
Home
]
File: Pairs.php
<?php class FutureLink_Pairs { public $entry = array(); public $length = 0; public function add(FutureLink_Pair $metadata) { $this->entry[] = $metadata; $this->length++; } }