@since Method available since Release 1.1.0
array
public function getTraits() { if ($this->traits !== NULL) { return $this->traits; } $this ->parse(); return $this->traits; }