Asvae\ApiTester\Entities\BaseEntity::offsetGet PHP Method

offsetGet() public method

Offset to retrieve.
public offsetGet ( mixed $offset ) : mixed
$offset mixed The offset to retrieve.
return mixed Can return all value types.
    public function offsetGet($offset)
    {
        return $this->attributes[$offset];
    }