PHP 클래스 Github

상속: extends GitRepo
파일 보기 프로젝트 열기: peej/phpdoctor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_bottom str Specifies the text to be placed at the bottom of each output file. The text will be placed at the bottom of the page, below the lower navigation bar.
$_d str The directory to place the generated files.
$_docTitle str Specifies the title to be placed near the top of the overview summary file.
$_footer str The footer will be placed to the right of the lower navigation bar.
$_header str The header will be placed to the right of the upper navigation bar.
$_includeSource boolean Whether or not to parse the code with GeSHi and include the formatted files in the documentation.
$_rootDoc rootDoc A reference to the root doc.
$_tree str Create a class tree?
$_windowTitle str Specifies the title to be placed in the HTML tag.</td> <td class="actions"><a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_windowTitle" title="Github::_windowTitle 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </td> </tr> </table> <h2>공개 메소드들</h2> <table class="table table-striped"> <tr> <th>메소드</th> <th>설명</th> <th></th> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-asCode">asCode</a></span> ( <span class="param-name">$text</span> ) : <span class="return-type">str</span> </td> <td> Format text as a piece of code </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/asCode/-" rel="nofollow" title="Github::asCode 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-asCode" title="Github::asCode 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-bottom">bottom</a></span> ( ) : <span class="return-type">str</span> </td> <td> Return the text to be placed at the bottom of each output file. The text will be placed at the bottom of the page, below the lower navigation bar. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/bottom/-" rel="nofollow" title="Github::bottom 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-bottom" title="Github::bottom 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-destinationPath">destinationPath</a></span> ( ) : <span class="return-type">str</span> </td> <td> Get the destination path to write the doclet output to. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/destinationPath/-" rel="nofollow" title="Github::destinationPath 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-destinationPath" title="Github::destinationPath 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-docTitle">docTitle</a></span> ( ) : <span class="return-type">str</span> </td> <td> Return the title to be placed near the top of the overview summary file. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/docTitle/-" rel="nofollow" title="Github::docTitle 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-docTitle" title="Github::docTitle 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-formatLink">formatLink</a></span> ( <span class="param-name">$url</span>, <span class="param-name">$text</span> ) </td> <td> Format a URL link </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/formatLink/-" rel="nofollow" title="Github::formatLink 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-formatLink" title="Github::formatLink 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-getFooter">getFooter</a></span> ( ) : <span class="return-type">str</span> </td> <td> Return the footer text to be placed at the bottom of each output file. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/getFooter/-" rel="nofollow" title="Github::getFooter 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-getFooter" title="Github::getFooter 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-getHeader">getHeader</a></span> ( ) : <span class="return-type">str</span> </td> <td> Return the header text to be placed at the top of each output file. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/getHeader/-" rel="nofollow" title="Github::getHeader 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-getHeader" title="Github::getHeader 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-github">github</a></span> ( &<span class="param-name">$rootDoc</span>, <span class="param-name">$formatter</span> ) </td> <td> Doclet constructor. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/github/-" rel="nofollow" title="Github::github 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-github" title="Github::github 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-includeSource">includeSource</a></span> ( ) : <span class="return-type"><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></span> </td> <td> Should we be outputting the source code? </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/includeSource/-" rel="nofollow" title="Github::includeSource 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-includeSource" title="Github::includeSource 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-phpdoctor">phpdoctor</a></span> ( ) : <span class="return-type">PHPDoctor</span> </td> <td> Return a reference to the application object. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/phpdoctor/-" rel="nofollow" title="Github::phpdoctor 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-phpdoctor" title="Github::phpdoctor 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-rootDoc">rootDoc</a></span> ( ) : <span class="return-type">RootDoc</span> </td> <td> Return a reference to the root doc. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/rootDoc/-" rel="nofollow" title="Github::rootDoc 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-rootDoc" title="Github::rootDoc 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-tree">tree</a></span> ( ) : <span class="return-type"><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></span> </td> <td> Return whether to create a class tree or not. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/tree/-" rel="nofollow" title="Github::tree 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-tree" title="Github::tree 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-version">version</a></span> ( ) : <span class="return-type">str</span> </td> <td> Return the version of PHPDoctor. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/version/-" rel="nofollow" title="Github::version 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-version" title="Github::version 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> <tr class="method-descr"> <td> <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-windowTitle">windowTitle</a></span> ( ) : <span class="return-type">str</span> </td> <td> Return the title to be placed in the HTML <title> tag. </td> <td class="actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/windowTitle/-" rel="nofollow" title="Github::windowTitle 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-windowTitle" title="Github::windowTitle 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </td> </tr> </table> <h2>메소드 상세</h2> <div class="method-descr-full" id="method-asCode"> <div class="row"> <div class="col-md-6"> <h3> asCode() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/asCode/-" rel="nofollow" title="Github::asCode 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-asCode" title="Github::asCode 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Format text as a piece of code </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-asCode">asCode</a></span> ( <span class="param-name">$text</span> ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-bottom"> <div class="row"> <div class="col-md-6"> <h3> bottom() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/bottom/-" rel="nofollow" title="Github::bottom 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-bottom" title="Github::bottom 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return the text to be placed at the bottom of each output file. The text will be placed at the bottom of the page, below the lower navigation bar. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-bottom">bottom</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-destinationPath"> <div class="row"> <div class="col-md-6"> <h3> destinationPath() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/destinationPath/-" rel="nofollow" title="Github::destinationPath 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-destinationPath" title="Github::destinationPath 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Get the destination path to write the doclet output to. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-destinationPath">destinationPath</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-docTitle"> <div class="row"> <div class="col-md-6"> <h3> docTitle() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/docTitle/-" rel="nofollow" title="Github::docTitle 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-docTitle" title="Github::docTitle 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return the title to be placed near the top of the overview summary file. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-docTitle">docTitle</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-formatLink"> <div class="row"> <div class="col-md-6"> <h3> formatLink() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/formatLink/-" rel="nofollow" title="Github::formatLink 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-formatLink" title="Github::formatLink 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Format a URL link </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-formatLink">formatLink</a></span> ( <span class="param-name">$url</span>, <span class="param-name">$text</span> ) </td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-getFooter"> <div class="row"> <div class="col-md-6"> <h3> getFooter() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/getFooter/-" rel="nofollow" title="Github::getFooter 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-getFooter" title="Github::getFooter 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> The footer will be placed to the right of the lower navigation bar. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-getFooter">getFooter</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-getHeader"> <div class="row"> <div class="col-md-6"> <h3> getHeader() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/getHeader/-" rel="nofollow" title="Github::getHeader 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-getHeader" title="Github::getHeader 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> The header will be placed to the right of the upper navigation bar. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-getHeader">getHeader</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-github"> <div class="row"> <div class="col-md-6"> <h3> github() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/github/-" rel="nofollow" title="Github::github 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-github" title="Github::github 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Doclet constructor. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-github">github</a></span> ( &<span class="param-name">$rootDoc</span>, <span class="param-name">$formatter</span> ) </td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-includeSource"> <div class="row"> <div class="col-md-6"> <h3> includeSource() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/includeSource/-" rel="nofollow" title="Github::includeSource 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-includeSource" title="Github::includeSource 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Should we be outputting the source code? </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-includeSource">includeSource</a></span> ( ) : <span class="return-type"><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type"><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-phpdoctor"> <div class="row"> <div class="col-md-6"> <h3> phpdoctor() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/phpdoctor/-" rel="nofollow" title="Github::phpdoctor 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-phpdoctor" title="Github::phpdoctor 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return a reference to the application object. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-phpdoctor">phpdoctor</a></span> ( ) : <span class="return-type">PHPDoctor</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">PHPDoctor</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-rootDoc"> <div class="row"> <div class="col-md-6"> <h3> rootDoc() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/rootDoc/-" rel="nofollow" title="Github::rootDoc 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-rootDoc" title="Github::rootDoc 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return a reference to the root doc. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-rootDoc">rootDoc</a></span> ( ) : <span class="return-type">RootDoc</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">RootDoc</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-tree"> <div class="row"> <div class="col-md-6"> <h3> tree() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/tree/-" rel="nofollow" title="Github::tree 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-tree" title="Github::tree 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return whether to create a class tree or not. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-tree">tree</a></span> ( ) : <span class="return-type"><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type"><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-version"> <div class="row"> <div class="col-md-6"> <h3> version() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/version/-" rel="nofollow" title="Github::version 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-version" title="Github::version 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return the version of PHPDoctor. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-version">version</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <div class="method-descr-full" id="method-windowTitle"> <div class="row"> <div class="col-md-6"> <h3> windowTitle() <span class="modifier">공개</span > <span>메소드</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://src.hotexamples.com/ko/method/-/Github/windowTitle/-" rel="nofollow" title="Github::windowTitle 메소드의 소스 코드"><i class='icon-borderless icon-eye'></i></a> <a rel="nofollow" href="https://doc.hotexamples.com/ko/class/-/Github#method-windowTitle" title="Github::windowTitle 메소드 문서로의 직접 링크"><i class='icon-borderless icon-link'></i></a> </div> </div> <div class="row"> <div class="col-md-12"> Return the title to be placed in the HTML <title> tag. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="method-name"><a class="method-link" href="https://doc.hotexamples.com/ko/class/-/Github#method-windowTitle">windowTitle</a></span> ( ) : <span class="return-type">str</span> </td> </tr> <tr> <td class="field-return">리턴</td> <td class="field-return-type">str</td> <td></td> </tr> </table> </div> </div> </div> <h2>프로퍼티 상세</h2> <div class="property-descr-full" id="prop-_bottom"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_bottom <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_bottom" title="Github::_bottom 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> Specifies the text to be placed at the bottom of each output file. The text will be placed at the bottom of the page, below the lower navigation bar. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_bottom</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_d"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_d <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_d" title="Github::_d 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> The directory to place the generated files. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_d</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_docTitle"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_docTitle <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_docTitle" title="Github::_docTitle 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> Specifies the title to be placed near the top of the overview summary file. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_docTitle</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_footer"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_footer <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_footer" title="Github::_footer 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> The footer will be placed to the right of the lower navigation bar. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_footer</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_header"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_header <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_header" title="Github::_header 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> The header will be placed to the right of the upper navigation bar. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_header</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_includeSource"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_includeSource <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_includeSource" title="Github::_includeSource 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> Whether or not to parse the code with GeSHi and include the formatted files in the documentation. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">bool</span> <span class="var-name">$_includeSource</span> </td> </tr> <tr> <td>리턴</td> <td><a href="http://php.net/manual/en/language.types.boolean.php">boolean</a></td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_rootDoc"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_rootDoc <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_rootDoc" title="Github::_rootDoc 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> A reference to the root doc. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">rootDoc</span> <span class="var-name">$_rootDoc</span> </td> </tr> <tr> <td>리턴</td> <td>rootDoc</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_tree"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_tree <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_tree" title="Github::_tree 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> Create a class tree? </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_tree</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> <div class="property-descr-full" id="prop-_windowTitle"> <div class="row"> <div class="col-md-6"> <h3 class="name">$_windowTitle <span>공개적으로 프로퍼티</span> </h3> </div> <div class="col-md-6 actions"> <a href="https://doc.hotexamples.com/ko/class/-/Github#prop-_windowTitle" title="Github::_windowTitle 프로퍼티 문서로의 직접 링크"> <i class='icon-borderless icon-link'></i> </a> </div> </div> <div class="row"> <div class="col-md-12"> Specifies the title to be placed in the HTML <title> tag. </div> </div> <div class="row doc-tags"> <div class="col-md-12"> <div class="tag-block tag-summary"> </div> <div class="tag-block tag-remarks"> </div> <div class="tag-block tag-exception"> </div> <div class="tag-block tag-see"> </div> <div class="tag-block tag-link"> </div> <div class="tag-block tag-deprecated"> </div> <div class="tag-block tag-since"> </div> <div class="tag-block tag-author"> </div> </div> </div> <div class="row"> <div class="col-md-12" style="overflow: auto"> <table class="table table-striped"> <!-- <tr> <td colspan="3"></td> </tr> --> <tr> <td colspan="3" class="rendered"> <span class="modifier">public</span > <span class="return-type">str</span> <span class="var-name">$_windowTitle</span> </td> </tr> <tr> <td>리턴</td> <td>str</td> <td></td> </tr> </table> </div> </div> </div> </div> </div> </div></div> <footer class="footer"> <div class="container"> <div class="row"> <div class="col-md-12" style="text-align: center"> <a href="https://hotexamples.com/ko/site/trends?type=php%7Cf">상위 함수들</a> | <a href="https://hotexamples.com/ko/site/trends?type=php%7Cc"> 상위 클래스들 </a> | <a href="https://doc.hotexamples.com/ko/doc/map">문서</a> | <a href="/site/privacy">개인정보 보호정책</a> | <a href="https://cpp.hotexamples.com/direct-sales.html">Advertise with us</a> </div> </div> <div class="row"> <div class="col-md-12" style="text-align: center"> <a href="https://hotexamples.com/ko/">PHP</a> | <a href="https://csharp.hotexamples.com/ko/">C# (CSharp)</a> | <a href="https://java.hotexamples.com/ko/">Java</a> | <a href="https://golang.hotexamples.com/ko/">Golang</a> | <a href="https://cpp.hotexamples.com/ko/">C++ (Cpp)</a> | <a href="https://python.hotexamples.com/ko/">Python</a> | <a href="https://javascript.hotexamples.com/ko/">JavaScript</a> | <a href="https://typescript.hotexamples.com/ko/">TypeScript</a> </div> </div> <div class="row"> <div class="col-md-12" style="text-align: center"> <a href="https://doc.hotexamples.com/class/-/Github">EN</a> | <a href="https://doc.hotexamples.com/ru/class/-/Github">RU</a> | <a href="https://doc.hotexamples.com/de/class/-/Github">DE</a> | <a href="https://doc.hotexamples.com/fr/class/-/Github">FR</a> | <a href="https://doc.hotexamples.com/es/class/-/Github">ES</a> | <a href="https://doc.hotexamples.com/pt/class/-/Github">PT</a> | <a href="https://doc.hotexamples.com/it/class/-/Github">IT</a> | <a href="https://doc.hotexamples.com/jp/class/-/Github">JP</a> | <a href="https://doc.hotexamples.com/zh/class/-/Github">ZH</a> | <a href="https://doc.hotexamples.com/ko/class/-/Github">KO</a> </div> </div> <div class="row"> <div class="col-md-10 col-md-offset-1"> </div> <div class="col-md-1"> <!--LiveInternet counter--> <script type="text/javascript"><!-- document.write("<a href='//www.liveinternet.ru/click' " + "target=_blank><img src='//counter.yadro.ru/hit?t44.6;r" + escape(document.referrer) + ((typeof (screen) == "undefined") ? "" : ";s" + screen.width + "*" + screen.height + "*" + (screen.colorDepth ? screen.colorDepth : screen.pixelDepth)) + ";u" + escape(document.URL) + ";" + Math.random() + "' alt='' title='LiveInternet' " + "border='0' width='31' height='31'><\/a>"); //--></script><!--/LiveInternet--> </div> </div> </div> </footer> <script src="//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="/assets/30dd86a6f06b64184847037c52c63e07aa3c9a26.js"></script> <script>jQuery(function ($) { jQuery('#search-form').yiiActiveForm([{"id":"searchform-lang","name":"lang","container":".field-searchform-lang","input":"#searchform-lang","enableAjaxValidation":true},{"id":"searchform-search","name":"search","container":".field-searchform-search","input":"#searchform-search","enableAjaxValidation":true,"validate":function (attribute, value, messages, deferred, $form) {yii.validation.required(value, messages, {"message":"Search는 공백일 수 없습니다."});}}], []); });</script></body> </html>