mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 02:04:35 +02:00
Minor phpdoc adjustment to Fieldtype and FieldtypeMulti classes
This commit is contained in:
@@ -708,7 +708,7 @@ abstract class Fieldtype extends WireData implements Module {
|
|||||||
* @param string $subfield Name of the subfield (typically 'data', unless selector explicitly specified another)
|
* @param string $subfield Name of the subfield (typically 'data', unless selector explicitly specified another)
|
||||||
* @param string $operator The comparison operator
|
* @param string $operator The comparison operator
|
||||||
* @param mixed $value The value to find
|
* @param mixed $value The value to find
|
||||||
* @return DatabaseQuery $query
|
* @return PageFinderDatabaseQuerySelect|DatabaseQuerySelect $query
|
||||||
* @throws WireException
|
* @throws WireException
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -865,7 +865,7 @@ abstract class FieldtypeMulti extends Fieldtype {
|
|||||||
* @param string $subfield Name of the field (typically 'data', unless selector explicitly specified another)
|
* @param string $subfield Name of the field (typically 'data', unless selector explicitly specified another)
|
||||||
* @param string $operator The comparison operator
|
* @param string $operator The comparison operator
|
||||||
* @param mixed $value The value to find
|
* @param mixed $value The value to find
|
||||||
* @return DatabaseQuery $query
|
* @return PageFinderDatabaseQuerySelect|DatabaseQuerySelect $query
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function getMatchQuery($query, $table, $subfield, $operator, $value) {
|
public function getMatchQuery($query, $table, $subfield, $operator, $value) {
|
||||||
|
Reference in New Issue
Block a user