Xpressengine\Storage\TempFileCreator::__construct PHP 메소드

__construct() 공개 메소드

Constructor
public __construct ( string $prefix = 'storage' )
$prefix string prefix name
    public function __construct($prefix = 'storage')
    {
        $this->prefix = $prefix;
    }