atk4\data\Field::set PHP Méthode

set() public méthode

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