Skip to main content

Traits

  • Chapter
  • First Online:
PHP Quick Scripting Reference
  • 1670 Accesses

Abstract

A trait is a group of methods that can be inserted into classes. They enable greater code reuse without the added complexity that comes from allowing multiple-inheritance. Traits are defined with the trait keyword followed by a name and a code block. The naming convention is the same as for classes, with each word initially capitalized. The code block may only contain static and instance methods.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 14.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Mikael Olsson

About this chapter

Cite this chapter

Olsson, M. (2013). Traits. In: PHP Quick Scripting Reference. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6284-8_16

Download citation

Publish with us

Policies and ethics