BcBaserHelper::set PHP Method

set() public method

View::set() のラッパー
public set ( string $key, mixed $value ) : void
$key string 変数名
$value mixed
return void
    public function set($key, $value)
    {
        $this->_View->set($key, $value);
    }