All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Woozle Writes Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:23, 24 November 2025 Woozle talk contribs created page Ferreteria/v0.6/fx/From* (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...")