Glossary
access modifier In PHP, the words “public,” “protected,” or “private” may be used to control where class methods and fields may be accessed. Public fields and methods can be accessed from anywhere. Protected fields and classes can only be accessed from inside the current class or a parent or child of the current class. Private fields and classes can only be accessed from inside the current class. Note that private methods and fields are not inherited by child classes.
alias In Joomla!, a field for entities such as articles, menu items, and contacts, that are used to create search-engine-friendly URLs. Alias fields can be entered manually or created automatically based on the title of the entered item by removing characters other than ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access