public
static
function
getIns(){
if
(self::
$ins
instanceof self){
return
self::
;
}
else
{
=
new
self();