| Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/NotIn.php |
<?php
namespace Laminas\Db\Sql\Predicate;
class NotIn extends In
{
/** @var string */
protected $specification = '%s NOT IN %s';
}