atk4\data\Field::set PHP Method

set() public method

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