app\controllers\NotesController::__construct PHP Метод

__construct() публичный Метод

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