RestHandler::save PHP Method

save() public method

public save ( )
    public function save()
    {
        $this->_access++;
        $this->_trace[] = "save";
    }