Are Magento Object propertyNames that are prefixed by “_” different from ones that aren't?

magento.stackexchange https://magento.stackexchange.com/questions/265886

Question

what does this tell me ? Is there a place in the devdoc's I wasn't able to find or is this a convention I don't know about? thanx for your help...

Était-ce utile?

La solution

Magento 2 follows the PSR-2 coding standard, which states:

4.2

Property names SHOULD NOT be prefixed with a single underscore to indicate protected or private visibility.

4.3

Method names SHOULD NOT be prefixed with a single underscore to indicate protected or private visibility.

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top