Plinker RPC Documentation v0.0.1
Class Plinker

Client

Methods
  • __construct(string $server, array $config)  :  void
    Class construct
  • __get(string $method)  :  Plinker\Plinker\Client
    Magic getter method, which sets component
  • __call(string $action, array $params)  :  string
    Magic caller method, which calls component
Methods Details
  • public function __construct(string $server, array $config)
    Class construct
  • public function __get(string $method)
    Magic getter method, which sets component
  • public function __call(string $action, array $params)
    Magic caller method, which calls component