atk4\data\Field::get PHP Method

get() public method

Returns field value.
public get ( ) : mixed
return mixed
    public function get()
    {
        return $this->owner[$this->short_name];
    }