opensupports/server/models/DataStore.php

11 lines
135 B
PHP
Raw Normal View History

2015-11-01 22:46:13 +01:00
<?php
/*abstract class DataStore {
protected $_id;
protected $_bean;
protected function __construct($table) {
}
}
*/