items[$collector->id] = QM_Collectors::get( $collector->id ); } public static function init() { static $instance; if ( ! $instance ) { $instance = new self; } return $instance; } }