Example.php
<?php
namespace Lia\Test;
class Example {
static public function show_thing(){
echo "<strong>thing</strong>";
}
}
<?php
namespace Lia\Test;
class Example {
static public function show_thing(){
echo "<strong>thing</strong>";
}
}