for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Happyr\DoctrineSpecification\Query\Selection;
class SelectHiddenAs extends AbstractSelectAs
{
/**
* @return string
*/
protected function getAliasFormat()
return '(%s) AS HIDDEN %s';
}