Final Class Yiisoft\Mutex\Mysql\MysqlMutexFactory
| Inheritance | Yiisoft\Mutex\Mysql\MysqlMutexFactory » Yiisoft\Mutex\MutexFactory |
|---|
Allows creating {@see MysqlMutex} mutex objects.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Mutex\Mysql\MysqlMutexFactory | |
| create() | Yiisoft\Mutex\Mysql\MysqlMutexFactory |
Method Details
| public mixed __construct ( PDO $connection ) | ||
| $connection | PDO |
PDO connection instance to use. |
public function __construct(PDO $connection)
{
$this->connection = $connection;
}
Signup or Login in order to comment.