PHP Class Lemon\RestBundle\Model\SearchResults

Datei anzeigen 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_oe property

protected array $results
return array

$total protected_oe property

protected int $total
return integer