| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608 | /*! * ApiGen 2.8.0 - API documentation generator for PHP 5.3+ * * Copyright (c) 2010-2011 David Grudl (http://davidgrudl.com) * Copyright (c) 2011-2012 Jaroslav Hanslík (https://github.com/kukulich) * Copyright (c) 2011-2012 Ondřej Nešpor (https://github.com/Andrewsville) * * For the full copyright and license information, please view * the file LICENSE.md that was distributed with this source code. */body {	font: 13px/1.5 Verdana, 'Geneva CE', lucida, sans-serif;	margin: 0;	padding: 0;	background: #ffffff;	color: #333333;}h1, h2, h3, h4, caption {	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;	color: #053368;}h1 {	color: #1e5eb6;	font-size: 230%;	font-weight: normal;	margin: .3em 0;}h2 {	color: #1e5eb6;	font-size: 150%;	font-weight: normal;	margin: -.3em 0 .3em 0;}h3 {	font-size: 1.6em;	font-weight: normal;	margin-bottom: 2px;}h4 {	font-size: 100%;	font-weight: bold;	padding: 0;	margin: 0;}caption {	border: 1px solid #cccccc;	background: #ecede5;	font-weight: bold;	font-size: 1.2em;	padding: 3px 5px;	text-align: left;	margin-bottom: 0;}p {	margin: .7em 0 1em;	padding: 0;}hr {	margin: 2em 0 1em;	border: none;	border-top: 1px solid #cccccc;	height: 0;}a {	color: #006aeb;	padding: 3px 1px;	text-decoration: none;}h1 a {	color: #1e5eb6;}a:hover, a:active, a:focus, a:hover b, a:hover var {	background-color: #006aeb;	color: #ffffff !important;}code, var, pre {	font-family: monospace;}var {	font-weight: bold;	font-style: normal;	color: #ca8a04;}pre {	margin: 0;}code a b {	color: #000000;}.deprecated {	text-decoration: line-through;}.invalid {	color: #e71818;}.hidden {	display: none;}/* Left side */#left {	overflow: auto;	width: 270px;	height: 100%;	position: fixed;}/* Menu */#menu {	padding: 10px;}#menu ul {	list-style: none;	padding: 0;	margin: 0;}#menu ul ul {	padding-left: 10px;}#menu li {	white-space: nowrap;	position: relative;}#menu a {	display: block;	padding: 0 2px;}#menu .active > a, #menu > span {	color: #333333;	background: none;	font-weight: bold;}#menu .active > a.invalid {	color: #e71818;}#menu .active > a:hover, #menu .active > a:active, #menu .active > a:focus {	background-color: #006aeb;}#menu #groups span {	position: absolute;	top: 4px;	right: 2px;	cursor: pointer;	display: block;	width: 12px;	height: 12px;	background: url('collapsed.png') transparent 0 0 no-repeat;}#menu #groups span:hover {	background-position: -12px 0;}#menu #groups span.collapsed {	background-position: 0 -12px;}#menu #groups span.collapsed:hover {	background-position: -12px -12px;}#menu #groups ul.collapsed {	display: none;}/* Right side */#right {	overflow: auto;	margin-left: 275px;	height: 100%;	position: fixed;	left: 0;	right: 0;}#rightInner {	max-width: 1000px;	min-width: 350px;}/* Search */#search {	float: right;	margin: 3px 8px;}#search input.text {	padding: 3px 5px;	width: 250px;}/* Autocomplete */.ac_results {	padding: 0;	border: 1px solid #cccccc;	background-color: #ffffff;	overflow: hidden;	z-index: 99999;}.ac_results ul {	width: 100%;	list-style-position: outside;	list-style: none;	padding: 0;	margin: 0;}.ac_results li {	margin: 0;	padding: 2px 5px;	cursor: default;	display: block;	font: 12px 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;	line-height: 16px;	overflow: hidden;	white-space: nowrap;}.ac_results li strong {	color: #000000;}.ac_odd {	background-color: #eeeeee;}.ac_over {	background-color: #006aeb;	color: #ffffff;}.ac_results li.ac_over strong {	color: #ffffff;}/* Navigation */#navigation {	padding: 3px 8px;	background-color: #f6f6f4;	height: 26px;}#navigation ul {	list-style: none;	margin: 0 8px 4px 0;	padding: 0;	overflow: hidden;	float: left;}#navigation ul + ul {	border-left: 1px solid #000000;	padding-left: 8px;}#navigation ul li {	float: left;	margin: 2px;	padding: 0 3px;	font-family: Verdana, 'Geneva CE', lucida, sans-serif;	color: #808080;}#navigation ul li.active {	background-color: #053368;	color: #ffffff;	font-weight: bold;}#navigation ul li a {	color: #000000;	font-weight: bold;	padding: 0;}#navigation ul li span {	float: left;	padding: 0 3px;}#navigation ul li a:hover span, #navigation ul li a:active span, #navigation ul li a:focus span {	background-color: #006aeb;}/* Content */#content {	clear: both;	padding: 5px 15px;}.description pre {	padding: .6em;	background: #fcfcf7;}#content > .description {	background: #ecede5;	padding: 1px 8px;	margin: 1.2em 0;}#content > .description pre {	margin: .5em 0;}dl.tree {	margin: 1.2em 0;}dl.tree dd {	margin: 0;	padding: 0;}.info {	margin: 1.2em 0;}.summary {	border: 1px solid #cccccc;	border-collapse: collapse;	font-size: 1em;	width: 100%;	margin: 1.2em 0 2.4em;}.summary caption {	border-width: 1px 1px 0;}.summary caption.switchable {	background: #ecede5 url('sort.png') no-repeat center right;	cursor: pointer;}.summary td {	border: 1px solid #cccccc;	margin: 0;	padding: 3px 10px;	font-size: 1em;	vertical-align: top;}.summary td:first-child {	text-align: right;}#packages.summary td:first-child, #namespaces.summary td:first-child, .inherited.summary td:first-child, .used.summary td:first-child {	text-align: left;}.summary tr:hover td {	background: #f6f6f4;}.summary .description pre {	border: .5em solid #ecede5;}.summary .description p {	margin: 0;}.summary .description p + p, .summary .description ul {	margin: 3px 0 0 0;}.summary .description.detailed h4 {	margin-top: 3px;}.summary dl {	margin: 0;}.summary dd {	margin: 0 0 0 25px;}.name, .attributes {	white-space: nowrap;}.value {	white-space: pre-wrap;}td.name, td.attributes {	width: 1%;}.class #methods .name {	width: auto;	white-space: normal;}.class #methods .name > div > code {	white-space: pre-wrap;}.class #methods .name > div > code span, .function .value > code {	white-space: nowrap;}.class #methods td.name > div, .class td.description > div {	position: relative;	padding-right: 1em;}.anchor {	position: absolute;	top: 0;	right: 0;	line-height: 1;	font-size: 85%;	margin: 0;	color: #006aeb !important;}.list {	margin: 0 0 5px 25px;}div.invalid {	background-color: #fae4e0;	padding: 10px;}/* Splitter */#splitter {	position: fixed;	height: 100%;	width: 5px;	left: 270px;	background: #1e5eb6 url('resize.png') left center no-repeat;	cursor: e-resize;}#splitter.active {	opacity: .5;}/* Footer */#footer {	border-top: 1px solid #e9eeef;	clear: both;	color: #a7a7a7;	font-size: 8pt;	text-align: center;	padding: 20px 0 0;	margin: 3em 0 0;	height: 90px;	background: #ffffff url('footer.png') no-repeat center top;}/* Tree */div.tree ul {	list-style: none;	background: url('tree-vertical.png') left repeat-y;	padding: 0;	margin-left: 20px;}div.tree li {	margin: 0;	padding: 0;}div.tree div {	padding-left: 30px;}div.tree div.notlast {	background: url('tree-hasnext.png') left 10px no-repeat;}div.tree div.last {	background: url('tree-last.png') left -240px no-repeat;}div.tree li.last {	background: url('tree-cleaner.png') left center repeat-y;}div.tree span.padding {	padding-left: 15px;}/* Source code */.php-keyword1 {	color: #e71818;	font-weight: bold;}.php-keyword2 {	font-weight: bold;}.php-var {	color: #d59401;	font-weight: bold;}.php-num {	color: #cd0673;}.php-quote {	color: #008000;}.php-comment {	color: #929292;}.xlang {	color: #ff0000;	font-weight: bold;}span.l {	display: block;}span.l.selected {	background: #f6f6f4;}span.l a {	color: #333333;}span.l a:hover, div.l a:active, div.l a:focus {	background: transparent;	color: #333333 !important;}span.l .php-var a {	color: #d59401;}span.l .php-var a:hover, span.l .php-var a:active, span.l .php-var a:focus {	color: #d59401 !important;}span.l a.l {	padding-left: 2px;	color: #c0c0c0;}span.l a.l:hover, span.l a.l:active, span.l a.l:focus {	background: transparent;	color: #c0c0c0 !important;}#rightInner.medium #navigation {	height: 52px;}#rightInner.medium #navigation ul:first-child + ul {	clear: left;	border: none;	padding: 0;}#rightInner.medium .name, #rightInner.medium .attributes {	white-space: normal;}#rightInner.small #search {	float: left;}#rightInner.small #navigation {	height: 78px;}#rightInner.small #navigation ul:first-child {	clear: both;}
 |