Demo\Example\HumanDemo::cleanTeeth PHP Method

cleanTeeth() public method

Clean the teeth
public cleanTeeth ( )
    public function cleanTeeth()
    {
        echo "Cleaning teeth...", PHP_EOL;
    }