| Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Platform/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Sql/Platform/PlatformDecoratorInterface.php |
<?php
namespace Laminas\Db\Sql\Platform;
interface PlatformDecoratorInterface
{
/**
* @param null|object $subject
* @return $this
*/
public function setSubject($subject);
}