PHP 클래스 Cartalyst\Sentinel\Cookies\CICookie

상속: implements Cartalyst\Sentinel\Cookies\CookieInterface
파일 보기 프로젝트 열기: cartalyst/sentinel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$input CI_Input The CodeIgniter input object.
$options array The cookie options.

공개 메소드들

메소드 설명
__construct ( CI_Input $input, string | array $options = [] ) : void Create a new CodeIgniter cookie driver.
forget ( ) {@inheritDoc}
get ( ) {@inheritDoc}
put ( $value ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Create a new CodeIgniter cookie driver.
public __construct ( CI_Input $input, string | array $options = [] ) : void
$input CI_Input
$options string | array
리턴 void

forget() 공개 메소드

{@inheritDoc}
public forget ( )

get() 공개 메소드

{@inheritDoc}
public get ( )

put() 공개 메소드

{@inheritDoc}
public put ( $value )

프로퍼티 상세

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

The CodeIgniter input object.
protected CI_Input $input
리턴 CI_Input

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

The cookie options.
protected array $options
리턴 array