PHP Class Marcelgwerder\ApiHandler\CountMetaProvider

Inheritance: extends MetaProvider
Show file Open project: marcelgwerder/laravel-api-handler

Protected Properties

Property Type Description
$builder mixed Query builder object

Public Methods

Method Description
__construct ( $title, $builder )
get ( ) : string Get the meta information

Method Details

__construct() public method

public __construct ( $title, $builder )

get() public method

Get the meta information
public get ( ) : string
return string

Property Details

$builder protected property

Query builder object
protected mixed $builder
return mixed