Ferreteria/v0.6/fx/From*: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 November 2025

  • curprev 14:2314:23, 24 November 2025Woozle talk contribs 1,367 bytes +1,367 Created page with "{{page/fx}} category:convention ==About== Beginning a method-name with "From" is a Woozalien coding convention. The general idea is that these are static "pseudoconstructors" used as an alternative to <code>__construct()</code> so as to suggest that certain parameters are expected. * The default <code>__construct()</code> method will usually (but not always) be marked <code>protected</code>, in order to minimize incorrect construction. * Its return-type is alwa..."