PHP Class App\Http\Controllers\PagesController

Inheritance: extends Controller
Show file Open project: Bottelet/Flarepoint-crm Class Usage Examples

Protected Properties

Property Type Description
$clients
$leads
$settings
$tasks
$users

Public Methods

Method Description
__construct ( App\Repositories\User\UserRepositoryContract $users, App\Repositories\Client\ClientRepositoryContract $clients, App\Repositories\Setting\SettingRepositoryContract $settings, taskRepositoryContract $tasks, leadRepositoryContract $leads )
dashboard ( )

Method Details

__construct() public method

public __construct ( App\Repositories\User\UserRepositoryContract $users, App\Repositories\Client\ClientRepositoryContract $clients, App\Repositories\Setting\SettingRepositoryContract $settings, taskRepositoryContract $tasks, leadRepositoryContract $leads )
$users App\Repositories\User\UserRepositoryContract
$clients App\Repositories\Client\ClientRepositoryContract
$settings App\Repositories\Setting\SettingRepositoryContract
$tasks taskRepositoryContract
$leads leadRepositoryContract

dashboard() public method

public dashboard ( )

Property Details

$clients protected property

protected $clients

$leads protected property

protected $leads

$settings protected property

protected $settings

$tasks protected property

protected $tasks

$users protected property

protected $users