Renamed Stackable to Threaded

This commit is contained in:
Shoghi Cervantes 2014-03-18 01:00:35 +01:00
parent d53656b2a8
commit 63f1f7581f

View File

@ -23,7 +23,7 @@ define("ASYNC_CURL_GET", 1);
define("ASYNC_CURL_POST", 2); define("ASYNC_CURL_POST", 2);
define("ASYNC_FUNCTION", 3); define("ASYNC_FUNCTION", 3);
class StackableArray extends \Stackable{ class StackableArray extends \Threaded{
public function __construct(){ public function __construct(){
foreach(func_get_args() as $n => $value){ foreach(func_get_args() as $n => $value){
if(is_array($value)){ if(is_array($value)){