PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
jobs
/
query
<?php namespace WPML\TM\Jobs\Query; use \WPML_TM_Jobs_Search_Params; interface Query { /** * @param WPML_TM_Jobs_Search_Params $params * * @return string */ public function get_data_query( WPML_TM_Jobs_Search_Params $params ); /** * @param WPML_TM_Jobs_Search_Params $params * * @return int */ public function get_count_query( WPML_TM_Jobs_Search_Params $params ); }
[-] Query.php
[edit]
[-] LimitQueryHelper.php
[edit]
[-] PackageQuery.php
[edit]
[-] AbstractQuery.php
[edit]
[+]
..
[-] QueryBuilder.php
[edit]
[-] CompositeQuery.php
[edit]
[-] StringsBatchQuery.php
[edit]
[-] StringQuery.php
[edit]
[-] PostQuery.php
[edit]
[-] OrderQueryHelper.php
[edit]