setAttribute('alphabet', $alphabet); } /** * Add Ph attribute. * * @param string $ph Specifiy the phonetic symbols for pronunciation * @return static $this. */ public function setPh($ph) { return $this->setAttribute('ph', $ph); } }