Final Class Yiisoft\Mutex\Mysql\MysqlMutexFactory
| Inheritance | Yiisoft\ |
|---|
Allows creating {@see MysqlMutex} mutex objects.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
|
| create() | Yiisoft\ |
Method Details
| public mixed __construct ( PDO $connection ) | ||
| $connection | PDO |
PDO connection instance to use. |
public function __construct(PDO $connection)
{
$this->connection = $connection;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.