PHP 인터페이스 Art4\JsonApiClient\Utils\DataContainerInterface

상속: extends Art4\JsonApiClient\AccessInterface
파일 보기 프로젝트 열기: art4/json-api-client 0 사용 예제들

공개 메소드들

메소드 설명
set ( string $key, mixed $value ) : self Set a value

메소드 상세

set() 공개 메소드

Set a value
public set ( string $key, mixed $value ) : self
$key string The Key
$value mixed The Value
리턴 self