[ Index ] |
PHP Cross Reference of phpBB-3.3.11-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * @package s9e\TextFormatter 5 * @copyright Copyright (c) 2010-2022 The s9e authors 6 * @license http://www.opensource.org/licenses/mit-license.php The MIT License 7 */ 8 namespace s9e\TextFormatter\Configurator\Items\AttributeFilters; 9 10 use s9e\TextFormatter\Configurator\Items\AttributeFilter; 11 12 class TimestampFilter extends AttributeFilter 13 { 14 /** 15 * Constructor 16 */ 17 public function __construct() 18 { 19 parent::__construct('s9e\\TextFormatter\\Parser\\AttributeFilters\\TimestampFilter::filter'); 20 $this->setJS('TimestampFilter.filter'); 21 $this->markAsSafeAsURL(); 22 $this->markAsSafeInCSS(); 23 $this->markAsSafeInJS(); 24 } 25 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Nov 4 14:26:03 2023 | Cross-referenced by PHPXref 0.7.1 |