dedi begin
This commit is contained in:
committed by
Steffen Schröder
parent
fb309423ef
commit
6717039e91
30
application/plugins/Dedimania/DedimaniaData.php
Normal file
30
application/plugins/Dedimania/DedimaniaData.php
Normal file
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Lukas
|
||||
* Date: 14.02.14
|
||||
* Time: 17:16
|
||||
*/
|
||||
|
||||
namespace Dedimania;
|
||||
|
||||
/**
|
||||
* Dedimania Structure
|
||||
*
|
||||
* @author kremsy & steeffeen
|
||||
*/
|
||||
class DedimaniaData {
|
||||
/*public $streamBuffer;
|
||||
public $socket;
|
||||
public $function;
|
||||
public $url;
|
||||
public $creationTime;*/
|
||||
|
||||
public function __construct($url, $socket, $function) {
|
||||
/*$this->url = $url;
|
||||
$this->socket = $socket;
|
||||
$this->function = $function;
|
||||
$this->creationTime = time();
|
||||
$this->streamBuffer = '';*/
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user