1: <?php 2: 3: class Syllable_Hyphen_Dash extends Syllable_Hyphen_Text { 4: public function __construct() { 5: parent::__construct('-'); 6: } 7: }