mageekguy\atoum\report\fields\runner\event\santa::clear PHP 메소드

clear() 보호된 메소드

protected clear ( )
    protected function clear()
    {
        if (empty($this->santa) === false) {
            $lines = explode(PHP_EOL, $this->santa);
            return "[" . (sizeof($lines) - 1) . "F";
        }
        return '';
    }