Добавлен цикл проверки сайтов
This commit is contained in:
22
vendor/nilportugues/sql-query-builder/src/Syntax/QueryPartInterface.php
vendored
Normal file
22
vendor/nilportugues/sql-query-builder/src/Syntax/QueryPartInterface.php
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
/**
|
||||
* Author: Nil Portugués Calderó <contact@nilportugues.com>
|
||||
* Date: 6/8/14
|
||||
* Time: 5:32 PM.
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace NilPortugues\Sql\QueryBuilder\Syntax;
|
||||
|
||||
/**
|
||||
* Interface QueryPartInterface.
|
||||
*/
|
||||
interface QueryPartInterface
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function partName();
|
||||
}
|
Reference in New Issue
Block a user