Your IP : 216.73.216.43


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