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

toArray() public method

Get the instance as an array.
public toArray ( ) : array
return array return array representation of object.
    public function toArray()
    {
        return $this->attributes;
    }