예제 #1
0
파일: index.php 프로젝트: Harnet69/OOP
	function ShowMy()
	{
		echo " ".$this->role." ";
		parent:: ShowMy();
		echo "<hr>";
	}