Newer
Older
<?php
namespace calderawp\CalderaFormsQuery\Select;
/**
* Class Entry
* @package calderawp\CalderaFormsQuery\Select
*/
class Entry extends SelectQueryBuilder
{
/**
* @return $this
*/
public function queryByFormsId($formId)
{
/**
* Get entry by ID
*
* @param int $entryId Entry ID
* @return $this
*/
/**
* Get all entries for a specific user
*
* @param int $userId
* @return $this
*/