Example #1
0
 /**
  * Create new instance.
  *
  * @param string delimiter Optional keyword delimiter.
  */
 public function __construct($delimiter = null)
 {
     parent::__construct();
     $this->keywordDelimiter = null != $delimiter ? $delimiter : Runtime::getSettings()->get('metaTagKeywordDelimiter');
 }
 /**
  * Create new instance.
  */
 public function __construct()
 {
     parent::__construct();
 }