1 ? $arr[1] : null; $obj = new $class(); return is_null($id) ? $obj : $obj->collection[$id]; } abstract public function render(); }