Source for file Disposition.class.php
Documentation is available at Disposition.class.php
* This file contains functions needed to handle content disposition headers
* in mime messages. See RFC 2183.
* @copyright 2003-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: Disposition.class.php 14248 2012-01-02 00:18:17Z pdontthink $
* Class that handles content disposition header
* @todo FIXME: do we have to declare vars ($name and $properties)?
$this->properties =
array();
* Returns value of content disposition property
* @param string $par content disposition property name
if (isset
($this->properties[$par])) {
return $this->properties[$par];
Documentation generated on Sat, 18 May 2013 04:21:21 +0200 by phpDocumentor 1.4.3