EC-CUBE4 APIドキュメント

EccubeConfig implements ArrayAccess

Table of Contents

$container ContainerInterface
__construct() mixed
get() mixed
has() bool
set() mixed
offsetExists() bool
offsetGet() mixed
offsetSet() mixed
offsetUnset() mixed

Properties

Methods

__construct()

public __construct( $container : ContainerInterface ) : mixed
Parameters
$container : ContainerInterface
Return values
mixed

get()

public get( $key : ) : mixed
Parameters
$key :
Return values
mixed

has()

public has( $key : ) : bool
Parameters
$key :
Return values
bool

set()

public set( $key : , $value : ) : mixed
Parameters
$key :
$value :
Return values
mixed

offsetExists()

public offsetExists( $offset : mixed ) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet( $offset : mixed ) : mixed
Parameters
$offset : mixed
Return values
mixed

offsetSet()

public offsetSet( $offset : mixed , $value : mixed ) : mixed
Parameters
$offset : mixed
$value : mixed
Return values
mixed

offsetUnset()

public offsetUnset( $offset : mixed ) : mixed
Parameters
$offset : mixed
Tags
throws
Exception
Return values
mixed

Search results