Skip to content

Commit 8168520

Browse files
committed
Updated API for commit 4c8b78215ec2881be9db682effb1235bcff498b8
1 parent 45b5d72 commit 8168520

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/classes/CodeIgniter-HTTP-ContentSecurityPolicy.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ <h4 id="toc-methods">
585585
<span>
586586
&nbsp;: $this </span>
587587
</dt>
588-
<dd>Adds a new base_uri value. Can be either a URI class or a simple string.</dd>
588+
<dd>Adds a new baseURI value. Can be either a URI class or a simple string.</dd>
589589

590590
<dt class="phpdocumentor-table-of-contents__entry -method -public">
591591
<a class="" href="classes/CodeIgniter-HTTP-ContentSecurityPolicy.html#method_addChildSrc">addChildSrc()</a>
@@ -2004,7 +2004,7 @@ <h4 class="phpdocumentor-element__name" id="method_addBaseURI">
20042004

20052005
</aside>
20062006

2007-
<p class="phpdocumentor-summary">Adds a new base_uri value. Can be either a URI class or a simple string.</p>
2007+
<p class="phpdocumentor-summary">Adds a new baseURI value. Can be either a URI class or a simple string.</p>
20082008

20092009
<code class="phpdocumentor-code phpdocumentor-signature ">
20102010
<span class="phpdocumentor-signature__visibility">public</span>
@@ -2013,7 +2013,7 @@ <h4 class="phpdocumentor-element__name" id="method_addBaseURI">
20132013
<div class="phpdocumentor-label-line">
20142014
</div>
20152015

2016-
<section class="phpdocumentor-description"><p>base_uri restricts the URLs that can appear in a page's <base> element.</p>
2016+
<section class="phpdocumentor-description"><p>baseURI restricts the URLs that can appear in a page's <base> element.</p>
20172017
</section>
20182018

20192019
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>

docs/js/searchIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15258,7 +15258,7 @@ Search.appendIndex(
1525815258
}, {
1525915259
"fqsen": "\\CodeIgniter\\HTTP\\ContentSecurityPolicy\u003A\u003AaddBaseURI\u0028\u0029",
1526015260
"name": "addBaseURI",
15261-
"summary": "Adds\u0020a\u0020new\u0020base_uri\u0020value.\u0020Can\u0020be\u0020either\u0020a\u0020URI\u0020class\u0020or\u0020a\u0020simple\u0020string.",
15261+
"summary": "Adds\u0020a\u0020new\u0020baseURI\u0020value.\u0020Can\u0020be\u0020either\u0020a\u0020URI\u0020class\u0020or\u0020a\u0020simple\u0020string.",
1526215262
"url": "classes/CodeIgniter-HTTP-ContentSecurityPolicy.html#method_addBaseURI"
1526315263
}, {
1526415264
"fqsen": "\\CodeIgniter\\HTTP\\ContentSecurityPolicy\u003A\u003AaddChildSrc\u0028\u0029",

0 commit comments

Comments
 (0)