Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Feb 26, 2018
1 parent 3d201e9 commit 2dcd4ea
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,33 @@ $m3uParser->addTag(ExtCustomTag::class);
$data = $m3uParser->parseFile('path_to_file.m3u');

print_r($data);
M3uData


/*
M3uParser\M3uData Object
(
[attributes:M3uParser\M3uData:private] => Array
(
)

[storage:ArrayIterator:private] => Array
(
[0] => M3uParser\M3uEntry Object
(
[lineDelimiter:protected] =>

[extTags:M3uParser\M3uEntry:private] => Array
(
[0] => M3uParser\Tests\ExtCustomTag Object
(
[data:M3uParser\Tests\ExtCustomTag:private] => 123
)

)

[path:M3uParser\M3uEntry:private] => http://nullwave.barricade.lan:8000/club
)

)

```
)
*/
```

0 comments on commit 2dcd4ea

Please sign in to comment.