echo “hello from class name: “.__CLASS__.” and method:”.__METHOD__.””.” and with param : “.$param; __CLASS__ retrieves class name and __METHOD__ retrieves method name within the Class
echo “hello from class name: “.__CLASS__.” and method:”.__METHOD__.””.” and with param : “.$param; __CLASS__ retrieves class name and __METHOD__ retrieves method name within the Class