Hal\MutaTesting\Test\UnitCollection::set PHP 메소드

set() 공개 메소드

public set ( $index, $v )
    public function set($index, $v)
    {
        $this->datas[$index] = $v;
        return $this;
    }