FactoryGirl\Provider\Doctrine\ORM\Locking\TableLock::getUnlockString PHP Метод

getUnlockString() приватный Метод

The MySQL statement required to unlock tables after a transaction
private getUnlockString ( ) : string
Результат string
    private function getUnlockString()
    {
        return 'UNLOCK TABLES';
    }