PhpBotFramework  2.0.2
A framework for Telegram Bots' APIs.
Public Member Functions | List of all members
PhpBotFramework\Entities\EntityAccess Class Reference

Public Member Functions

 __construct ($data)
 
 offsetSet ($offset, $value)
 
 offsetExists ($offset)
 Check that the given offset exists or not.
 
 offsetUnset ($offset)
 
Data offsetGet ($offset)
 Get the given offset. More...
 

Member Function Documentation

◆ offsetGet()

Data PhpBotFramework\Entities\EntityAccess::offsetGet (   $offset)

Get the given offset.

Parameters
$offsetThe given offset.
Returns
Data relative to the offset.

The documentation for this class was generated from the following file: