mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
consistency - use -> for all non-static methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228823 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
75ff211ab0
commit
d990412daf
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.PharFileInfo-isCRCChecked">
|
||||
<refnamediv>
|
||||
<refname>PharFileInfo::isCRCChecked</refname>
|
||||
<refname>PharFileInfo->isCRCChecked</refname>
|
||||
<refpurpose>Returns whether file entry has had its CRC verified</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>PharFileInfo::isCRCChecked</methodname>
|
||||
<type>bool</type><methodname>PharFileInfo->isCRCChecked</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
|
||||
|
|
Loading…
Reference in a new issue