PHP 클래스 App\services\TaskService

상속: extends BaseService
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$datatableService
$taskRepo

공개 메소드들

메소드 설명
__construct ( TaskRepository $taskRepo, DatatableService $datatableService ) TaskService constructor.
getDatatable ( $clientPublicId, $search ) : Illuminate\Http\JsonResponse

보호된 메소드들

메소드 설명
getRepo ( ) : TaskRepository

메소드 상세

__construct() 공개 메소드

TaskService constructor.
public __construct ( TaskRepository $taskRepo, DatatableService $datatableService )
$taskRepo App\Ninja\Repositories\TaskRepository
$datatableService DatatableService

getDatatable() 공개 메소드

public getDatatable ( $clientPublicId, $search ) : Illuminate\Http\JsonResponse
$clientPublicId
$search
리턴 Illuminate\Http\JsonResponse

getRepo() 보호된 메소드

protected getRepo ( ) : TaskRepository
리턴 App\Ninja\Repositories\TaskRepository

프로퍼티 상세

$datatableService 보호되어 있는 프로퍼티

protected $datatableService

$taskRepo 보호되어 있는 프로퍼티

protected $taskRepo