示例#1
0
 /**
  * @param string $singlename
  */
 public function __construct($singlename)
 {
     parent::__construct($singlename);
     $this->_filenameLocation = ForceFilenameLocation::PrivatePath;
 }