$offset */ final public static function Active( int $table, array $offset, ): ElemModes\Active { return new ElemModes\Active($table, $offset); } final public static function Declarative(): ElemModes\Declarative { return new ElemModes\Declarative(); } }