XOOPS Block Instance Handler Class. (Singelton)
This class is responsible for providing data access mechanisms to the data source of XOOPS block class objects.
| Methods | ||
|---|---|---|
| 
					
	public
					
					
				 | __construct()
		Enter description here...
	 Enter description here... | # | 
| 
					
	public
					
					
				 | __call(string $name, array $args): null
		Call Magic Function
	 Call Magic Function | # | 
| 
					
	public
					
					
				 | __set(string $name, array $args): null
		Set Magic Function
	 Set Magic Function | # | 
| 
					
	public
					
					
				 | __get(string $name): null
		Get Magic Function
	 Get Magic Function | # |