vladimirbiro/allocate-ram-control

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/vladimirbiro/allocate-ram-control

dev-master 2018-12-14 21:39 UTC

This package is auto-updated.

Last update: 2025-11-25 09:32:26 UTC


README

Install:

composer require vladimirbiro/allocate-ram-control

congif:

services:

-
	class: VB\AllocateRam\Control
	setup:
		- setSwitch(1)

use:

use VB\AllocateRam\Control;

public function __construct(Control $arc) { $this->arc = $arc; }

public function presenter() { $this->arc->log('test'); }