PHP Class Larabros\Elogram\Repositories\AbstractRepository

Show file Open project: larabros/elogram

Protected Properties

Property Type Description
$client Larabros\Elogram\Http\Clients\AdapterInterface

Public Methods

Method Description
__construct ( Larabros\Elogram\Http\Clients\AdapterInterface $client ) Creates a new instance of :php:class:AbstractRepository.

Method Details

__construct() public method

Creates a new instance of :php:class:AbstractRepository.
public __construct ( Larabros\Elogram\Http\Clients\AdapterInterface $client )
$client Larabros\Elogram\Http\Clients\AdapterInterface

Property Details

$client protected property

protected AdapterInterface,Larabros\Elogram\Http\Clients $client
return Larabros\Elogram\Http\Clients\AdapterInterface