Pantheon\Terminus\DataStore\DataStoreInterface::set PHP Метод

set() публичный Метод

Saves a value with the given key
public set ( string $key, mixed $data )
$key string A key
$data mixed Data to save to the store
    public function set($key, $data);