Asvae\ApiTester\Entities\BaseEntity::toArray PHP 메소드

toArray() 공개 메소드

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