Code Monkey home page Code Monkey logo

Comments (4)

mumumu avatar mumumu commented on July 22, 2024

これと似たような static の置き換えに、static variable を「静的変数」と置き換えている箇所がある。これは #46 で扱う。

from doc-ja.

mumumu avatar mumumu commented on July 22, 2024

statically call の文脈

from doc-ja.

mumumu avatar mumumu commented on July 22, 2024

本件に該当する修正箇所。

reference/xmlreader/xmlreader/open.xml
60:   静的にコールされた場合には <classname>XMLReader</classname> を返します。
68:   このメソッドは、静的にコールすることが出来ます。
70:   静的にコールすると <constant>E_DEPRECATED</constant> が発生していました。

reference/xmlreader/xmlreader/xml.xml
60:   静的にコールされた場合には <classname>XMLReader</classname> を返します。
68:   このメソッドは、静的にコールすることが出来ます。
70:   静的にコールすると <constant>E_DEPRECATED</constant> が発生していました。

reference/dom/domdocument/loadhtml.xml
59:   静的にコールされた場合には <classname>DOMDocument</classname> を返します。

reference/dom/domdocument/loadhtmlfile.xml
56:   静的にコールされた場合には <classname>DOMDocument</classname> を返します。

reference/dom/domdocument/load.xml
59:   静的にコールされた場合には <classname>DOMDocument</classname> を返します。

reference/dom/domdocument/loadxml.xml
53:   静的にコールされた場合には <classname>DOMDocument</classname> を返します。
84:    <title><literal>loadXML</literal> の静的な起動</title>


language/oop5/paamayim-nekudotayim.xml
126:  <link linkend="language.oop5.basic.class.this">静的コールのトリックに関するサンプル</link> も参照ください。

language/oop5/static.xml
17:    <link linkend="language.oop5.late-static-bindings">遅延静的束縛</link>
27:  インスタンス化されたオブジェクトの内部からも静的にコールできます。
41:     static でないメソッドを静的にコールすると、<classname>Error</classname> がスローされます。
45:     static でないメソッドを静的にコールすることが非推奨になっており、

language/oop5/basic.xml
58:     static でないメソッドを 静的にコールすると、

language/oop5/late-static-bindings.xml
180:     といったキーワードを使用する静的コールは、コール元の情報を転送します。

features/commandline.xml
1467:   関数や定数、クラス名、変数名、静的なメソッドコール、そしてクラス定数を補完することができます。

from doc-ja.

mumumu avatar mumumu commented on July 22, 2024

Late Static Bindings の「転送コール」の文脈では、スコープ定義演算子 ( :: ) を使った呼び出し、とした。

こうすることで、「転送コール is 何」という謎は相変わらず残しつつ文脈を誤魔化すことに成功(*´~`)

from doc-ja.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.