PHP Class Lemon\RestBundle\Model\SearchResults

Show file Open project: stanlemon/rest-bundle

Protected Properties

Property Type Description
$results array
$total integer

Public Methods

Method Description
__construct ( array $results, integer $total )
getResults ( )
getTotal ( )

Method Details

__construct() public method

public __construct ( array $results, integer $total )
$results array
$total integer

getResults() public method

public getResults ( )

getTotal() public method

public getTotal ( )

Property Details

$results protected property

protected array $results
return array

$total protected property

protected int $total
return integer