app\controllers\NotesController::__construct PHP Method

__construct() public method

public __construct ( $service )
    public function __construct($service)
    {
        $this->notesService = $service;
    }