Source for file MarkPositions.php
Documentation is available at MarkPositions.php
* Description: Series Marks Positions
* @copyright (c) 1995-2008 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
return($index < sizeof($this)) ? $this->offsetget($index) : null;
$this->offsetset($index, $value);
parent::removeRange($startIndex, $startIndex + $count - 1);
* Checks for Custom Marks.
* @return boolean true if Custom exists
for($t = 0; $t < sizeof($this); $t++ )
if(($m != null) && $m->custom)
|