FOF30\Form\Form::addHeaderPath PHP Метод

addHeaderPath() публичный статический Метод

WARNING: THIS IS IGNORED IN FOF3!
Устаревший: 3.0
public static addHeaderPath ( string $new = null ) : void
$new string IGNORED!
Результат void
    public static function addHeaderPath($new = null)
    {
        if ($new) {
        }
        // Prevents phpStorm from freaking out about the unused $new parameter...
        if (class_exists('JLog')) {
            \JLog::add(__CLASS__ . '::' . __METHOD__ . '() is deprecated since FOF 3.0 and should not be used.', \JLog::WARNING, 'deprecated');
        }
    }