kassner / log-parser

PHP Web Server Log Parser Library
Apache License 2.0
334 stars 64 forks source link

add createEntry method #28

Closed Gemorroj closed 7 years ago

Gemorroj commented 7 years ago

add createEntry method.

This is necessary if we want to override the stdClass object to another object with more extensive functionality.

Wish: replace the stdClass object to an object with magic methods __get/__set.

kassner commented 7 years ago

@Gemorroj Thank you so much for the contribution!