Habari\InfoRecords::set_key PHP Method

set_key() public method

function set_key For use in cases where the master record key is not known at the time of object instantiation (ie: a new post)
public set_key ( mixed $metadata_key )
$metadata_key mixed the id of the master record (could be int or string, most likely int)
    public function set_key($metadata_key)
    {
        $this->_key_value = $metadata_key;
    }