Skip to content

Latest commit

 

History

History
55 lines (20 loc) · 647 Bytes

InnoCraft-Experiments-Storage-StorageInterface.md

File metadata and controls

55 lines (20 loc) · 647 Bytes

InnoCraft\Experiments\Storage\StorageInterface

  • Interface name: StorageInterface
  • Namespace: InnoCraft\Experiments\Storage
  • This is an interface

Methods

get

string|integer InnoCraft\Experiments\Storage\StorageInterface::get(string $namespace, string $key)
  • Visibility: public

Arguments

  • $namespace string
  • $key string

set

mixed InnoCraft\Experiments\Storage\StorageInterface::set(string $namespace, string $key, string|integer $value)
  • Visibility: public

Arguments

  • $namespace string
  • $key string
  • $value string|integer