My\EntityOne::setC PHP 메소드

setC() 공개 메소드

public setC ( $c )
    public function setC($c)
    {
        $this->c = $c;
        return $this;
    }