Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-http/src/Header/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-http/src/Header/Location.php

<?php

namespace Laminas\Http\Header;

/**
 * Location Header
 *
 * @link       http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30
 */
class Location extends AbstractLocation
{
    /**
     * Return header name
     *
     * @return string
     */
    public function getFieldName()
    {
        return 'Location';
    }
}