setContentReader() 공개 정적인 메소드

Set the ContentReader instance
public static setContentReader ( Xpressengine\Storage\ContentReaderInterface $reader ) : void
$reader Xpressengine\Storage\ContentReaderInterface content reader instance
리턴 void
 /**
  * Bootstrap the application events.
  *
  * @return void
  */
 public function boot()
 {
     File::setContentReader($this->app['xe.storage']->getFilesystemHandler());
     File::setUrlMaker($this->app['xe.storage.url']);
 }