| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/ |
| Current File : //proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/NotLike.php |
<?php
namespace Laminas\Db\Sql\Predicate;
class NotLike extends Like
{
/** @var string */
protected $specification = '%1$s NOT LIKE %2$s';
}