atk4\data\Field::set PHP 메소드

set() 공개 메소드

Sets field value.
public set ( mixed $value )
$value mixed
    public function set($value)
    {
        $this->owner[$this->short_name] = $value;
        return $this;
    }