File manager - Edit - /home/autoph/tmp/public_html/pms_v1/pdfViewer/src/Frame/FrameList.php
Back
<?php namespace Dompdf\Frame; use IteratorAggregate; /** * Linked-list IteratorAggregate * * @access private * @package dompdf */ class FrameList implements IteratorAggregate { /** * @var */ protected $_frame; /** * @param $frame */ function __construct($frame) { $this->_frame = $frame; } /** * @return FrameListIterator */ function getIterator() { return new FrameListIterator($this->_frame); } }
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings