PHP Class Lemon\RestBundle\Object\Criteria\DefaultCriteria

Inheritance: extends Doctrine\Common\Collections\ArrayCollection, implements Lemon\RestBundle\Object\Criteria
Datei anzeigen Open project: stanlemon/rest-bundle Class Usage Examples

Protected Properties

Property Type Description
$limit
$offset
$orderBy
$orderDir

Public Methods

Method Description
__construct ( array $elements = [] )
getLimit ( ) : integer
getOffset ( ) : integer
getOrderBy ( ) : string
getOrderDir ( ) : string

Method Details

__construct() public method

public __construct ( array $elements = [] )
$elements array

getLimit() public method

public getLimit ( ) : integer
return integer

getOffset() public method

public getOffset ( ) : integer
return integer

getOrderBy() public method

public getOrderBy ( ) : string
return string

getOrderDir() public method

public getOrderDir ( ) : string
return string

Property Details

$limit protected_oe property

protected $limit

$offset protected_oe property

protected $offset

$orderBy protected_oe property

protected $orderBy

$orderDir protected_oe property

protected $orderDir