StormExamples\One\Entities\Entity::HelloWorld PHP Method

HelloWorld() public method

public HelloWorld ( $Hi )
    public function HelloWorld($Hi)
    {
        echo 'Hello' . $Hi;
    }