BcBaserHelper::set PHP 메소드

set() 공개 메소드

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