Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as PHP by gh0std09 ( 6 years ago )
<?php

namespace application\Models;

class PlayersCollection
{
    private $storage;

    public function __construct(){
        $storage = new SplObjectStorage();
    }

}

 

Revise this Paste

Your Name: Code Language: