| Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Predicate/ |
| Current File : //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';
}