@@ -14,6 +14,9 @@ |
||
| 14 | 14 | |
| 15 | 15 | private $databaseAliasStorage; |
| 16 | 16 | |
| 17 | + /** |
|
| 18 | + * @param string|null $database |
|
| 19 | + */ |
|
| 17 | 20 | public function __construct($database, RedisDatabaseAliasStorage $databaseAliasStorage) |
| 18 | 21 | { |
| 19 | 22 | $this->database = $database; |
@@ -23,6 +23,10 @@ |
||
| 23 | 23 | |
| 24 | 24 | private $columns = []; |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param string $type |
|
| 28 | + * @param string $table |
|
| 29 | + */ |
|
| 26 | 30 | public function __construct(PDO $pdo, MySqlDataManager $dataManager, $type, $table, $item) |
| 27 | 31 | { |
| 28 | 32 | $this->pdo = $pdo; |