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

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

Pregunta

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...

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top