Upload files to 'includes'
This commit is contained in:
15
includes/CachedIntFileReader.php
Normal file
15
includes/CachedIntFileReader.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is part of the POMO package.
|
||||
*/
|
||||
|
||||
namespace POMO\Streams;
|
||||
|
||||
/**
|
||||
* Reads the contents of the file in the beginning.
|
||||
*
|
||||
* @author Danilo Segan <danilo@kvota.net>
|
||||
*/
|
||||
class CachedIntFileReader extends CachedFileReader implements StreamInterface
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user