Skip to content

Latest commit

 

History

History
executable file
·
34 lines (25 loc) · 1.46 KB

File metadata and controls

executable file
·
34 lines (25 loc) · 1.46 KB

Table of contents


Class: Creational\ObjectPool\ObjectInterface

Visibility Function
abstract public getName(): string

Class: Creational\ObjectPool\ObjectPool

Visibility Function
public getObject( string $name ): Creational\ObjectPool\ObjectInterface
Gets an object
Получает объект
public setObject( Creational\ObjectPool\ObjectInterface $object ): void
Adds an object
Добавляет объект

Class: Creational\ObjectPool\SomeObject

Visibility Function
public __construct( string $name )
Sets the name
Устанавливает имя
public getName(): string
Gets a name
Получает имя

created with Rudra-Documentation-Collector