Adds a behavior to this table's behavior collection. Behaviors
provide an easy way to create horizontally re-usable features
that can provide trait like functionality, and allow for events
to be listened to.
Example:
Load a behavior, with some settings.
$this->addBehavior('Tree', ['parent' => 'parentId']);
Behaviors are generally loaded during Table::initialize().