for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Chrisyue\PhpM3u8\M3u8\Core;
/**
* @Annotation
* @Target("PROPERTY")
*/
class MediaSegment extends AbstractAnnotationReadable implements ChildCoreInterface
{
public function getSequence()
return $this->getOption('sequence');
}
protected function shouldParseNextLine($result, $parsedSequence)
if ($parsedSequence < 0) {
return false;
return null === $result->uri;