PHP Class Marcelgwerder\ApiHandler\CountMetaProvider

Inheritance: extends MetaProvider
Afficher le fichier Open project: marcelgwerder/laravel-api-handler

Protected Properties

Свойство Type Description
$builder mixed Query builder object

Méthodes publiques

Méthode Description
__construct ( $title, $builder )
get ( ) : string Get the meta information

Method Details

__construct() public méthode

public __construct ( $title, $builder )

get() public méthode

Get the meta information
public get ( ) : string
Résultat string

Property Details

$builder protected_oe property

Query builder object
protected mixed $builder
Résultat mixed