SaySomething($something); } public function SaySomething($something){ echo $something; } } $example = new Example('Some text'); ?>