PHP 클래스 app\http\controllers\TokenController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$tokenService App\services\TokenService

공개 메소드들

메소드 설명
__construct ( TokenService $tokenService ) TokenController constructor.
bulk ( ) : Illuminate\Http\RedirectResponse
create ( ) : Illuminate\Contracts\View\View
edit ( $publicId ) : Illuminate\Contracts\View\View
getDatatable ( ) : Illuminate\Http\JsonResponse
index ( ) : Illuminate\Http\RedirectResponse
save ( boolean $tokenPublicId = false )
store ( ) : Illuminate\Http\RedirectResponse
update ( $publicId ) : Illuminate\Http\RedirectResponse

메소드 상세

__construct() 공개 메소드

TokenController constructor.
public __construct ( TokenService $tokenService )
$tokenService App\services\TokenService

bulk() 공개 메소드

public bulk ( ) : Illuminate\Http\RedirectResponse
리턴 Illuminate\Http\RedirectResponse

create() 공개 메소드

public create ( ) : Illuminate\Contracts\View\View
리턴 Illuminate\Contracts\View\View

edit() 공개 메소드

public edit ( $publicId ) : Illuminate\Contracts\View\View
$publicId
리턴 Illuminate\Contracts\View\View

getDatatable() 공개 메소드

public getDatatable ( ) : Illuminate\Http\JsonResponse
리턴 Illuminate\Http\JsonResponse

index() 공개 메소드

public index ( ) : Illuminate\Http\RedirectResponse
리턴 Illuminate\Http\RedirectResponse

save() 공개 메소드

public save ( boolean $tokenPublicId = false )
$tokenPublicId boolean

store() 공개 메소드

public store ( ) : Illuminate\Http\RedirectResponse
리턴 Illuminate\Http\RedirectResponse

update() 공개 메소드

public update ( $publicId ) : Illuminate\Http\RedirectResponse
$publicId
리턴 Illuminate\Http\RedirectResponse

프로퍼티 상세

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

protected TokenService,App\Services $tokenService
리턴 App\services\TokenService