NukeViet\Core\Optimizer::conditionCallback PHP Method

conditionCallback() private method

optimizer::conditionCallback()
private conditionCallback ( mixed $matches )
$matches mixed
    private function conditionCallback($matches)
    {
        $num = $this->_condCount;
        ++$this->_condCount;
        return '{|condition_' . $num . '|}';
    }