protected static $runOnce = true;if ($runOnce === true){ // run your code}else{ static::$runOnce = false;}